I have new droplets running cPanel from the marketplace, and any time I try to do anything that requires MySQL I get the following error:
ER_ACCESS_DENIED_ERROR (Access denied for user ‘root’@‘localhost’ (using password: YES))
I’ve tried setting the root MySQL password via command line and WHM, but to no avail. Any ideas? I’m relatively new to DO…
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello, @paulJellyfish
Can you please check if you have this file present on your server. In ssh type:
The file should contain the MySQL root password by default. If this one is not present you can of course create it manually.
You need to create the following file - my.cnf and this can be stored in your root home directory. You can create this file and access it using your favorite text edit
and put the following content:
Once the file is present you should be able to access MySQL without typing the password down and simply run:
mysql
in the command line.This should help you to know how to reset MySQL root password via WHM:
Hope this helps!
Regards, Alex