Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AiO 1.9 funktioniert nicht
#9
Versuch mal folgendes:

Erstelle wieder eine neue Datei in TWLan\htdocs und nenn sie userfix.php
Kopiere das rein:
PHP Code:
<?php
mysql_connect
('localhost''root''');
mysql_select_db('mysql');

if(
mysql_query("SET PASSWORD FOR 'root'@'localhost' = ''")) {
    print 
'Fixed ;)';
} else {
    print 
'Fehler ' mysql_error();
}
?>

Aufrufen über http://localhost/userfix.php

Ich garantiere für nichts!!
Und ich übernehme auch keine Haftung für eventuelle Schäden Tongue

MfG Manuel
Reply


Messages In This Thread
AiO 1.9 funktioniert nicht - by soat27 - 28.01.2012, 13:55
RE: AiO 1.9 funktioniert nicht - by snake 9 - 28.01.2012, 13:57
RE: AiO 1.9 funktioniert nicht - by soat27 - 28.01.2012, 19:07
RE: AiO 1.9 funktioniert nicht - by Molt - 29.01.2012, 09:32
RE: AiO 1.9 funktioniert nicht - by soat27 - 28.01.2012, 19:40
RE: AiO 1.9 funktioniert nicht - by soat27 - 28.01.2012, 19:57
RE: AiO 1.9 funktioniert nicht - by SlimShady95 - 28.01.2012, 20:02
RE: AiO 1.9 funktioniert nicht - by soat27 - 29.01.2012, 00:14
RE: AiO 1.9 funktioniert nicht - by soat27 - 29.01.2012, 13:39
RE: AiO 1.9 funktioniert nicht - by Molt - 29.01.2012, 15:04



Users browsing this thread: 2 Guest(s)