wreak havoc with things like the debian-sys-maint user used to cleanly shutdown mysql.
Although this new d... for the new mysql root password and you probably used the same one that you were using from before.
===== Fix the debian sys maint p... ode>
Reset the password for the debian-sys-maint user and don't forget to flush privileges:
<code>
> SET PASSWORD FOR 'debian-s... WORD('password_from_/etc/mysql/debian.cnf');
> FLUSH PRIVILEGES;
> QUIT
</code>
Test to be sure it
</code>
Backup-Dump einspielen:
<code>mysql -u USERNAME -p newdbname < /path/to/new/dump.sql</code>... Listing 3: Einspielen einer einzelnen Datenbank aus einer Dump-Datei ("–all-databases dump") die mehr