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.

By larissawu
I tried to follow this tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu To install the MYSQL database, but when I get to the command “sudo /usr/bin/mysql_secure_installation” and I try to enter my root password of the server, it keeps on tell me I have the wrong password. The error message is as below:
ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)
I am sure the password I entered is correct. Any one can provide some help here?