简体   繁体   中英

MySQL workbench not connecting with database

I'm working on a project with MySQL. I've downloaded and installed MySQL from oracle website. I've installed MySQL workbench version 6.3.4.0 build 829 (64 bit) , and configured MySQL server at localhost, on 1527 port . But when I try to connect the database with workbench It pops up this message screen:

错误影像

I've studied and searched for this problem from HERE , HERE , HERE , HERE and many other tutorials and websites, But I'm still Unable to connect with database. I've studied the prerequisites for workbench so I installed following component:

已安装的软件

I've Windows 10 (64 bit) operating system. So tell me how to solve this problem.

INFO:

  1. I'm able to connect this database using JAVA and JDBC .
  2. Workbench works fine on other computer having Windows 10

Seems like the very exact bug described in here. https://bugs.mysql.com/bug.php?id=75673/https://bugs.mysql.com/bug.php?id=75344

can you try to replace the old HtmlRenderer.dll with the new one that you can obtain here https://bugs.mysql.com/file.php?id=22868&bug_id=75673 and then, try re-run the workbench again.

The dll should be located in Program Files > MySql > [your workbench folder]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM