all your mysql users, permissions, etc -- but it can wreak havoc with things like the debian-sys-maint user used to 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 expected debian-sys-maint password in /etc/mysql/debian.cnf. In fact, unless you also backed up that file... the mysql root password was different between old and new servers, you can use mysqladmin to fix it:
<code>mysql -p -u root
lle Nutzer und PWs so wie auf dem Server.
Wenn man vorher ein anderes PW vergeben hat, so ist dieses nun weg...
Listing 3: Einspielen einer einzelnen Datenbank aus einer Dump-Datei ("–all-databases dump") die mehrere Datenbanken beinhaltet
<code>
mysql -u root -p --one-data