Reputation: 2879
I migrated to Windows 10 from Windows 7 few days ago. After installing mysql workbench I have tried to connect to local mysql server and AWS RDS server too. Every time I click "Test Connection" button it crashes. After few googling I saw this bug is reported here: https://bugs.mysql.com/bug.php?id=69572
But solution is not clear from above thread or I didn't get it. If anybody knows solution please let me know. I am tired to find solution of this bug.
Upvotes: 7
Views: 25744
Reputation: 1
Problem was fixed for me after:
Good luck!
Upvotes: 0
Reputation: 23
Step 1. In your operating system go to the services app Step 2. In the service app look for mySQL80 Step 3. Start the service if it has been stopped Step 4. Now test the connection to see if it works
Upvotes: 0
Reputation: 613
Strangely, after an upgrade, MySql Workbench crashed each time it connected to Server. As a quick fix, I deleted the connection and added a new one. Unexplainable, but it worked.
Database > Manage Connections > Delete (similarly create new connection)
After I faced some serious issues combining MySql Workbench with MariaDB, I've switched over to TeamSQL. It is free and works well straight out of the box. However, it comes with a cost of two drawbacks:
Upvotes: 8