als/mysql-rootpasswor.html))
Ab und zu kann es passieren, dass man sein Root-Passwort für den MySQL-Root vergessen hat. Um einer N... wort!):
<code sql>
mysql> UPDATE mysql.user SET Password=PASSWORD('IhrNeuesPasswort')
-> WHERE User='root'... o cleanly shutdown mysql.
Although this new database will possibly change both the root password and the debian-sys-maint password, of course it won't automatically change the... don't forget to flush privileges:
<code>
> SET PASSWORD FOR 'debian-sys-maint'@'localhost' = PASSWORD('password_from_/etc/mysql/debian.cnf');
> FLUSH PRIVI