I have a MySql database that I "inherited" and I was not given the admin credentials. I do however have access to the box that it runs on. Is there a way to either recover the admin credentials or create new ones?
|
|
Read and execute the chapter about resetting the root password in the MySQL Reference Manual. |
||
|
|
|
|
If this is a Debian/Ubuntu box, there is a special root-equivalent account called debian-sys-maint. You can read the password in /etc/mysql/debian.cnf Using that password you can log into mysql as debian-sys-maint using:
Once you are logged in, do the following:
root should now be accessible using your new password:
|
||
|
|