Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
Connect with SQL Workbench
To connect to SingleStore from SQL Workbench:
-
Open SQL Workbench, and then open the Connectors window.
Note: Some users have reported issues connecting with SQL Workbench v8 and have recommended using v6 instead.
-
In the Select Connection Profile window, select or enter the following information:
-
A name for your connection, for example test-connection.
-
Driver: From the list, select MySQL (com.
mysql. jdbc. Driver). This Driver requires the MySQL Java connector. -
URL: Enter the connection string in the
jdbc:mysql://<hostname>:<port>format. -
Username: The SingleStore database username.
Enter root. -
Password: The password for the SingleStore database user.
-
-
Complete the other fields as required.
-
Select OK.
The SQL Workbench window opens. You can issue queries in the top pane and view results in the bottom pane.
Last modified: