Report this

What is the reason for this report?

I cant login to phpmyadmin,how to get the mysql password?

Posted on May 18, 2017

I already install the PHPmyadmin one click install.But I cant login to phpmyadmin.cause I dont know where to get this message as state at here https://www.digitalocean.com/community/tutorials/how-to-use-the-phpmyadmin-one-click-application-image

Thank you for using DigitalOcean’s LAMP/PHPMyAdmin Application. Your PHPMyAdmin installation can be accessed at http://0.0.0.0/phpmyadmin The details of your PHP installation can be seen at http://0.0.0.0/info.php Your MySQL root user’s password is gNv8yafpVZ You are encouraged to run mysql_secure_installation to ready your server for production.

Where to get this message?As state here "Your new PHPMyAdmin droplet is ready to use as soon as it is launched but you will need to log in once via SSH or by using the web console in order to access your MySQL root password.’

so where is the web console?is it click “Access console” in droplet page?If so,how to access to that message?cause I login and change the password already,but no message coming out.

Any help appreciated,thanks in advanced.



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.

Hi there,

According to the message that you’ve shared, the PHPmyAdmin installation is available by visiting your server IP followed by phpmyadmin via your browser, eg:

http://your_server_ip/phpmyadmin

What I would usually suggest is installing PHPmyAdmin manually rather than using a package manager like apt. That way you can get the latest version which contains all of the latest security patches and features. And also you have full control over the installation.

You can follow the steps on how to install PHPmyAdmin manually here:

https://www.digitalocean.com/community/questions/how-to-install-manually-phpmyadmin-on-ubuntu

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.