Skip to content

Connect to MatrixOne instance

After the MatrixOne Intelligence instance is created, you can use the following methods to connect to the instance.

Connection tool method

According to different connection tools, connection methods can be divided into the following types:

MySQL Management Tools

You can use client management tools that support the MySQL protocol to connect to MatrixOne instances, such as MySQL Client, Navicat, DBeaver, and more. For detailed steps, please refer to Client Tool Connection.

Java

You can use JDBC connectors or Java ORMs to connect to your MatrixOne instance. For detailed steps, please refer to Connect with Java ORMs.

Python

You can use Python drivers to connect to a MatrixOne instance. For detailed steps, please refer to Using Python Connect.

Go

You can use the go-mysql-driver driver to connect to MatrixOne instances in Go. For detailed steps, please refer to Using Golang Connect.

Network connection method

According to different network connection methods, the connection methods can be divided into the following types:

Connect via public network

This is the fastest and easiest way to connect to a MatrixOne instance, but it is important to note that data may face security threats when transmitted on the public network and performance may not be stable. You can further improve security by combining IP whitelisting.

Connect through private network

This is a relatively safe and stable connection method. The MatrixOne Intelligence instance provides VPC endpoint services, allowing users to set up private network access connections on their VPC.

Connect through the database management platform

MO Intelligence provides an interfaced database management platform for each instance, and users can quickly and efficiently access and monitor databases using a browser. For more details, please refer to Connect with Web Page and Login Instance.

Hopefully, these connection methods guides can help you successfully connect to your MatrixOne instance. If you have any questions or need further assistance, please consult our documentation or contact the support team.