Reputation: 781
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:
able
to connect this database using JAVA and JDBC
.Workbench
works fine
on other computer having Windows 10
Upvotes: 1
Views: 1363
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