(This post was last modified: 28.01.2012, 20:09 by SlimShady95.)
28.01.2012, 20:02
Versuch mal folgendes:
Erstelle wieder eine neue Datei in TWLan\htdocs und nenn sie userfix.php
Kopiere das rein:
Aufrufen über http://localhost/userfix.php
Ich garantiere für nichts!!
Und ich übernehme auch keine Haftung für eventuelle Schäden
MfG Manuel
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
MfG Manuel