You can use Zoomdata to connect to MemSQL to explore your data. Before you start, gather the following information:
- Hostname - The name of the MemSQL server that hosts the database you want to connect to
- Username - The username you’ll be using
- Password - The password for this username
Once you have that information, follow the Connecting To MemSQL instructions in the ZoomData documentation to connect to your MemSQL cluster from Zoomdata.
Info
To connect to MemSQL, use a JDBC URL of the following format:
jdbc:mysql://<memsql-host>:<port>/<database-name>
For example:
jdbc:mysql://99999999-master.aws-us-east-1.dev.memsqlcloud.com:3306/mydatabase