Question
How can I access mysql on lamp droplet?
I've ssh onto server. Then tried to use mysqladmin -u root -p 'password' to access mysql, but that doesn't work. How can I add a user to mysql? which command should I use?
Add a comment
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.
×