I just created a droplet on Centos 8 and a data cluster to store MySQL database
How do I access the database from centos?
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
I solved connection problem. I forgot to update trusted sources after deleting and recreating the current droplet.
But now I get a different error code. I will post this error in a new question. Thanks!
Hi there @cpeters5,
I would recommend using the
mysql
client command-line tool. You could follow the steps on how to do that here:https://digitalocean.com/docs/databases/mysql/how-to/connect/
Hope that this helps! Regards, Bobby