Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Accepted Answer
Hi there @maxRay,
It looks like that the MySQL password that you are trying to use is not correct. In case that you’ve lost the MySQL root password I could suggest following the steps from this tutorial here on how to reset your MySQL root password:
https://www.digitalocean.com/community/tutorials/how-to-reset-your-mysql-or-mariadb-root-password
Hope that this helps! Regards, Bobby
Hi @maxRay,
I hope you’re using this command instead of you written above.
mysql -u root -p
You’ll be asked to enter the password for MySQL root users. In case, If you forget your MySQL password, then you can reset.
Still, if you having a problem let me know.