The console lets you view detailed information about your databases, delete databases, reset passwords, and manage read-only users.
-
Log on to the PolarDB-X 1.0 console.
-
In the top navigation bar, select the region where the instance is deployed.
-
In the left-side navigation pane, click Instances.
-
Click the ID of the target instance.
-
In the left-side navigation pane, click Databases.
-
On the Databases page, click the name of your target database to open the Basic Information page.
This page shows information such as the database name, status, and deployment mode.
Use the connection string to connect to the database. Because PolarDB-X 1.0 is fully compatible with the MySQL protocol, you can use a MySQL client to manage your PolarDB-X 1.0 database. Copy the connection string, paste it into your operating system terminal, and enter your password to log on to the PolarDB-X 1.0 database.
Note-
Some older MySQL clients limit the username length to 16 characters. In PolarDB-X 1.0, the database name and username are the same. Consequently, using one of these clients to connect to a database with a name longer than 16 characters results in an error.
-
When using hints with a MySQL client, you must include the
-cparameter on the command line. PolarDB-X 1.0 implements hints by using comments (for example,/*...*/). If you do not include the-cparameter, the client strips the comments, and the PolarDB-X 1.0 hint does not take effect.
-