Sachin Kumar
Sachin Kumar

Reputation: 781

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:

ERROR IMAGE

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:

Installed Software

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

Upvotes: 1

Views: 1363

Answers (1)

kucing_terbang
kucing_terbang

Reputation: 5131

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]

Upvotes: 1

Related Questions