DBeaver is a universal database client. It connects to a database through the Java Database Connectivity (JDBC) driver provided by this database. It supports normal relational databases, non-relational databases, and distributed databases.
You can connect to a MySQL tenant of OceanBase Database by using the OceanBase or MySQL driver that comes with DBeaver. This topic describes how to connect to a MySQL tenant of OceanBase Database by using the OceanBase driver of DBeaver.
Prerequisites
You have downloaded and installed DBeaver. You can download the DBeaver installation package for your operating system from the DBeaver Community website.
The IP address of the OBServer node to be connected has access to the server where DBeaver is installed.
You have installed OceanBase Database and created a MySQL tenant.
Procedure
Notice
The GUI of DBeaver varies based on the versions. This topic describes how to connect to OceanBase Database by using DBeaver V22.0.5. For more information about the operations in other versions, see the DBeaver product documentation of the corresponding versions.
(Optional) Replace the driver file.
The default driver file for the OceanBase driver of DBeaver is
mysql-connector-java-5.1.44. This topic takesmysql-connector-java-5.1.47as an example. You can replace the driver file based on the following steps.Go to the MySQL Product Archives page at the official website of MySQL, choose the 5.1.47 version, and download the corresponding driver file.
Choose Database > Driver Manager, search for OceanBase, select the OceanBase driver, and then click Edit to go to the driver editing page.
Click the Libraries tab, select the driver file of the OceanBase driver, and then click Delete.
Click Add File to add the downloaded driver file to the library and then click OK.
Choose Database > New Database Connection to go to the Select your Database page. You can also click the
icon under File to go to the Select your database page.On the Select your database page, select OceanBase and click Next. On the Connection settings page, specify the information about the database to be connected and click Test Connection.
Notice
You can connect to OceanBase Database by using an IP address or an OceanBase Database Proxy (ODP). When you use an IP address, enter the port number specified by the
mysql_portparameter. The default port number is 2881. When you use an ODP, enter the port number specified by theproxy_portparameter. The default port number is 2883.If Connected is displayed in the Test Connection pop-up window, the database can be connected. Click OK and then click Finish.
Double-click the database name on the Database Navigator tab. If the database instances appear under the database, you have connected to OceanBase Database.
More information
For any problems encountered when you connect to OceanBase Database by using DBeaver, see related information in DBeaver Documentation.