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!
mysql -u mysql_username -p
Then you should be prompted for a password. That’s it.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.