Connect with MySQL Workbench
Note
When using a third-party SQL client or development tool, you must first add a database user to log into a SingleStoreDB Cloud database.
You will need access to your workspace prior to configuring MySQL Workbench.
Launch MySQL Workbench and open a new MySQL connection.
Enter the following information in the Setup New Connection dialog.
-
For Hostname: enter the endpoint (SingleStoreDB Cloud) or IP Address (SingleStoreDB Cloud) for your workspace.
-
You can find the endpoint on the SQL IDE tab when you click Connect in the Cloud Portal.
-
-
Enter the port number:
3306
-
For User: enter
admin
(SingleStoreDB Cloud) orroot
(SingleStoreDB Cloud). -
Click Test Connection and enter your password when prompted.
Important
You may have to go to the Advanced tab and insert
defaultAuth=mysql_
in the “Others:” field to ensure proper authentication.native_ password

Last modified: June 28, 2023