Report this

What is the reason for this report?

How to access MySQL from command line

Posted on June 4, 2016

I am pretty new to command line, so I think I am simply not understanding something. I set up a one-click install of WordPress on my droplet and then logged in to root@mydropletsipaddress successfully. I wanted to mess around with MySQL so I can learn more about how command line and SQL works, but I can’t figure out how to do it. I tried doing mysql -v and it doesn’t come up with anything. Do I have to be in a certain directory to give mysql commands? Is MySQL actually not installed?

Any ELI5-level clarification would be greatly appreciated as I am brand new to this.

Thank you!



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.

mysql -u mysql_username -p

Then you should be prompted for a password. That’s it.

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.