I have long since forgotten the password for the root user on one of my boxes. Is there a way I can change it without having to log in to the instance, or will I have to reinstall?
|
1
|
|
|
|
|
|
Step 1 Stop database:
Step 2 Restart database
Access to database is only possible through it's sock file '/var/lib/mysql/mysql.sock'.
Step 3 Connect to the database and change password:
If you want to, show all users:
Set new password:
Leave database connection:
Step 4 Restart database server "normally".
|
||
|
|
|
|
This might help "Recover MySQL root password". |
||
|
|
|
|
A quick Google resulted in this answer. In the root shell type:
|
||
|
