Connect with SQL Developer
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) orroot
(SingleStoreDB). Enter your password.For Hostname: enter the endpoint (SingleStoreDB) or IP Address (SingleStoreDB) for your cluster. You can find the endpoint in the SingleStore Portal.
Enter the port number:
3306
Click Connect.