Connect with SQL Developer
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.
-
Download a MySQL connector for Java.
For example: https://packages. atlassian. com/maven-external/mysql/mysql-connector-java/8. 0. 24/mysql-connector-java-8. 0. 24. jar -
In SQL Developer, add a new third-party database connector.
Under Oracle SQL Developer > Preferences > Database > Third-Party JDBC Drivers, add your MySQL connector . jar directory. Click OK. -
Create a new connection and select the MySQL connection option:
-
Enter the following connection information:
-
For User: enter
admin
(SingleStoreDB Cloud) orroot
(SingleStoreDB Cloud).Enter your password. -
For Hostname: enter the endpoint (SingleStoreDB Cloud) or IP Address (SingleStoreDB Cloud) for your workspace.
You can find the endpoint in the Cloud Portal. -
Enter the port number:
3306
-
-
Click Connect.
Last modified: June 28, 2023