The bug doesn't does not let you start connections, connect to the database.
It throws this error
"
I'm glad it was an easy fix.
Steps to fix:
Close the workbench if its open.
I had to replace the file HtmlRenderer.dll in the ProgramFiles/MYSQL/MySQL Workbench 6.3 CE/
Restart the workbench
That's it!
Original source I used as a reference to fix: CLICK HERE
It throws this error
"
MySQL Workbench has encountered a problem: The type initializer for 'HtmlRenderer.Utils.FontsUtils' threw an exception.
....
"
I'm glad it was an easy fix.
Steps to fix:
Close the workbench if its open.
I had to replace the file HtmlRenderer.dll in the ProgramFiles/MYSQL/MySQL Workbench 6.3 CE/
Restart the workbench
That's it!
Original source I used as a reference to fix: CLICK HERE
It is not necessary to change the settings from Php.ini, you can easily do it from below method:
Goto :
[Base-Url] / sites / default /
Open, settings.php which you should have renamed from default.settings.php
Edit the file, and put this on the very beginning of file:
ini_set('max_execution_time', 0);
Run, it will work, no need to restart your apache service. Cheers :)