Connect with SQL Developer

  1. 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

  2. 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.

  3. Create a new connection and select the MySQL connection option:

  4. Enter the following connection information:

    1. For User: enter admin (SingleStoreDB) or root (SingleStoreDB). Enter your password.

    2. For Hostname: enter the endpoint (SingleStoreDB) or IP Address (SingleStoreDB) for your cluster. You can find the endpoint in the Cloud Portal.

    3. Enter the port number: 3306

  5. Click Connect.

Last modified: June 28, 2023

Was this article helpful?