Databases
AnalyticDB for MySQL Management in VS Code
Connecting
Section titled “Connecting”AnalyticDB for MySQL is a managed cloud service that speaks the MySQL protocol, so you connect to it just like any MySQL host:
- Open the DBCode Extension: Launch Visual Studio Code and open the DBCode extension.
- Add a New Connection: Click on the “Add Connection” icon.
- Complete the new connection form: Choose AnalyticDB for MySQL as the type, then enter the endpoint host, port (3306), database, and your credentials.
- Connect: Click save to connect to your AnalyticDB cluster.
- Start Managing Your Data: Once connected, browse schemas, run queries, and visualize results directly from Visual Studio Code.
For detailed instructions on connecting, refer to the Connect article.
For more information about AnalyticDB for MySQL, check out Alibaba Cloud AnalyticDB for MySQL.