i install PHPMyAdmin Droplet … but i dont know mysql root password how to get mysql root password??
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,
What could suggest here is to install PHPmyAdmin manually rather than using
apt
. That way you will get the latest available PHPmyAdmin version which would be compatible with the latest MySQL version.You can follow the steps from this answer here on how to do that:
https://www.digitalocean.com/community/questions/how-to-install-manually-phpmyadmin-on-ubuntu
If you still need to reset your MySQL password, we have an article on how to reset the MySQL/MariaDB root password which you can check here
https://www.digitalocean.com/community/tutorials/how-to-reset-your-mysql-or-mariadb-root-password
Hope that this helps!
Best,
Bobby