I just created a droplet on Centos 8 and a data cluster to store MySQL database
How do I access the database from centos?
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.
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