How can i view created database in digital ocean?
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.
Hello,
I would recommend going through this article here on how to connect to the DigitalOcean managed databases:
https://www.digitalocean.com/community/tutorials/how-to-connect-to-managed-database-ubuntu-18-04
Once you’ve connected to your database, you can check your databases with this query:
SHOW DATABASES;
Hope that this helps. Regards, Bobby
Join 1M+ other developers and:
Hello,
I would recommend going through this article here on how to connect to the DigitalOcean managed databases:
https://www.digitalocean.com/community/tutorials/how-to-connect-to-managed-database-ubuntu-18-04
Once you’ve connected to your database, you can check your databases with this query:
Hope that this helps. Regards, Bobby