I already install the PHPmyAdmin one-click install. But I can’t log in to PHPmyAdmin. cause I don’t know where to get this message as stated 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.
-------------------------------------------------------------------------------------
To delete this message of the day: rm -rf /etc/motd.tail
Where to get this message?
As stated 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” on the Droplet page? If so, how to access that message? Because I log in and change the password already, but no message coming out.
Any help is appreciated, thanks in advance.
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
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: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:
Best,
Bobby