reference resources: https://blog.csdn.net/yeshang_ lady/article/details/108224358
Reason: due to the change of MySQL driver, we need to change the MySQL driver of dbvisualizer.
resolvent:
Step 1: download the MySQL 8 driver. I didn’t find the address of the blog post above. I used Maven to download it. Just build a maven project. Enter the address of mysql8 in pom.xml
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>
</dependency>
Then, go to Maven reference to find the package address.
Step 2: put the jar package into the MySQL driver directory of dbvisualizer
Step 3: reconfigure the MySQL driver. As shown in the figure below, delete the original MySQL driver configuration and replace it with a new jar directory
Step 4: create a connection:
Special note: in the database column, you should not only input the database, but also include the time zone
test?serverTimezone=UTC&characterEncoding=utf-8&useSSL=true
Read More:
- Solve the problem that node. js USES MySQL to connect econnunion 127.0.0.0.1:3306
- mysql problem solving: mysqladmin: connect to server at’localhost’ failed
- How to solve the problem of “08001” when JDBC connects to MySQL
- Zookeeper connection timeout problem, and refused to connect to solve the problem
- Fatal error: Uncaught Error: Call to undefined function mysql_ Connect() problem solving
- How to solve problems like curl: (7) failed to connect to raw.githubusercontent.com Port 443: problem with connection used
- It can’t connect to local MySQL server through socket ‘/ tmp/ mysql.sock ‘(2) “;
- MySQL: if the remote connection using navicatip fails, prompt “is not allowed to connect to this MySQL server”
- MySQL Workbench Failed to Connect to MySQL at 127.0.0.1:3306 with user root Bad handshake
- Navicat for MySQL error 1251 failed to connect to MySQL
- PHP connection to MySQL database error: call to undefined function MySQL_ connect()
- The MySQL service suddenly hangs up with the error message can’t connect to MySQL server on ‘localhost’ (10061)
- How to Solve MacOS Big Sur MySQL workbench flashback problem
- [Bug] Solve the problem that Acrobat cannot be opened: failed to connect to a DDE server
- Solve the problem of MySQL 1251 client does not support
- java.lang.ClassNotFoundException : com.mysql.jdbc . driver project cannot connect to database, exception, lack of MySQL driver
- Solve the problem of MySQL database report 1055 error
- Solve the problem of error loading MySQL DB module. Encountered during Django project
- Zeppelin uses spark to connect to MySQL and reports an error
- Sqlog can’t connect to MySQL (1045 error)