Connect with SQL Workbench
-
Once you have SQL Workbench installed, open the Connectors window.
Note: Some users have reported issues connecting with SQL Workbench v8 and have recommended using v6 instead.
-
In the Driver drop-down menu select MySQL (
com.
).mysql. jdbc. Driver This Driver requires the MySQL Java connector. -
Once you have
Driver
selected, enter the URLjdbc:mysql://<host>:<port>
.By default SingleStoreDB has one user, root
with no password, so setusername
toroot
and leavepassword
empty.For SingleStoreDB, the user name is admin
and the password is specified when the cluster was created. -
Complete the other fields as desired.
-
Click OK and the SQL Workbench window will appear.
Here you can issue queries in the top window and see results in the bottom window.
Last modified: April 3, 2023