backup.
This is a good thing: you probably want to back up all your mysql users, permissions, etc --... c with things like the debian-sys-maint user used to cleanly shutdown mysql.
Although this new databa... tween old and new servers, you can use mysqladmin to fix it:
<code>mysql -p -u root password 'newpass... udo cat /etc/mysql/debian.cnf</code>
Now, log in to mysql using the root password you set above:
<co