ant to back up all your mysql users, permissions, etc -- but it can wreak havoc with things like the de... change the expected debian-sys-maint password in /etc/mysql/debian.cnf. In fact, unless you also backed... uld be a highly protected file.)
<code>sudo cat /etc/mysql/debian.cnf</code>
Now, log in to mysql usi... sys-maint'@'localhost' = PASSWORD('password_from_/etc/mysql/debian.cnf');
> FLUSH PRIVILEGES;
> QUIT