Report this

What is the reason for this report?

Wheres my PhpMyadmin Password ? from my Oneclick Install Droplet

Posted on September 20, 2018

i created droplet with phpmyadmin DigitalOcean hasn’t given me any password and i am not able to reset it



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.

This comment has been deleted

Hi @sumair7230

The password for both your MySQL and phpMyAdmin installations can be found in /root/.digitalocean_password.

To actually see this file, you’ll need to ssh to your droplet via shell

ssh root@IpOfYourDroplet

And then type in

cat ~/.digitalocean_password

This file will display to you something like the following output

root_mysql_pass="ec77cb33c343dd2ef6b5e0a76c7b53650dec3f3225a0c910"
admin_mysql_pass="db6d209850c0c1868d00a55e4af0ad3e8718e4393d20e1d0"
app_mysql_pass="277e6813dd9941f6138cb48c978ab862af2d84232e394d1b"

Regards, KDSys

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.