错误1:如下,原因 应该是DbVisualizer默认的mysql驱动是5.7版本的,而我装的mysql是8.0.34的
An error occurred while establishing the connection:
Long Message:
Communications link failureThe last packet successfully received from the server was 70 milliseconds ago. The last packet sent successfully to the server was 65 milliseconds ago.
Details:
Type: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException
SQL State: 08S01
参考:https://www.cnblogs.com/hafiz/p/5879432.html
解决错误1,修改DbVisualizer的驱动,菜单tool|driver manager
选择mysql类型,然后选择一个8.0版本的驱动板这里我用的是8.0.25的驱动