Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
Connect with Sequel Pro
Note
When using a third-party SQL client or development tool, you must first add a database user to log into a SingleStore Helios database.
To connect to SingleStore Helios from Sequel Pro:
-
Open Sequel Pro and configure a new connection using Quick Connect.
-
On the Quick Connect window, enter the following details:
-
Name: A name for your connection, for example SingleStoreDB.
-
Host : The IP address or hostname of your SingleStore Helios cluster.
Refer to SingleStore Helios Endpoints to determine the endpoint (
host:port) of your deployment. -
Username: The SingleStore database username.
Enter admin. -
Password: The password for the SingleStore database user.
-
Database: The name of the SingleStore database.
-
Port: Default is
3306.
-
-
Select Test Connection to test the connection.
Select Connect to connect to your SingleStore Helios database.
Last modified: