http://debianforum.de/forum/viewtopic.php?t=21954
Ich habe genau das gleiche Problem. Wie setzte ich das mysql root Passwort zurück? Ich dachte, daß
Code: Alles auswählen
mysqladmin -u root password ""
Code: Alles auswählen
mysql> select Host,User,Password from user;
+-----------+------------------+------------------+
| Host | User | Password |
+-----------+------------------+------------------+
| localhost | root | |
| guru | root | |
| localhost | | |
| guru | | |
| localhost | debian-sys-maint | 37fe2ef134593ed3 |
+-----------+------------------+------------------+
5 rows in set (0.00 sec)
Was mach ich falsch?...(Using password: YES)
Raoul