Connect to Dameng (DM7) database through DBeaver

1. Install DBeaver software, if there is no software, you can download it by yourself

Link: https://pan.baidu.com/s/101mP4-fuOIOkhVMkO3Z5kg 
Extraction code: 1nwk 
2. After installation, start preparing to connect to DM7 database

Select the ODBC connection in the Create New Connection and select Next 

Then fill in the username and password of the Dameng database in the authentication, and then click Edit Drive Settings, fill in the URL template, as shown in the figure above

jdbc:dm://ip:port/database name

Then fill in the port, add the jdbc driver of Dameng in the file below, the link is as follows:

Link: https://pan.baidu.com/s/1MGQRs6YzOg5fY-qVqA0MSg 
Extraction code: bv6v

Click OK to finish.

The JDBC URL in the above figure will be automatically generated according to the driver settings, so there is no need to fill in, just fill in the following certification 

After filling in, click the test link. Connected indicates that the link is successful.

Guess you like

Origin blog.csdn.net/qq_37823979/article/details/105951167