How do I get access to MySQL since there is no PHP myadmin available here
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello, @avinashkrishnani
The managed databases can be accessed via MySQL database client like MySQL Workbench or SQL pro. In order to access a Digital Ocean Managed MySQL database, you will need to install version 8.0 or above. Also make sure to allow your IP in the trusted hosts for the database.
You can follow the official step by step instructions on how to connect to the managed MySQL servers here:
https://www.digitalocean.com/community/tutorials/how-to-connect-to-managed-database-ubuntu-18-04#connecting-to-a-managed-mysql-database
Regards, Alex