Bug #85773 Mysql Workbench 6.3.9 hangs when starting server
Submitted: 4 Apr 2017 0:01 Modified: 10 Apr 2017 15:24
Reporter: federico piazza Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Workbench Severity:S1 (Critical)
Version:6.3.9 OS:MacOS (10.12.4)
Assigned to: CPU Architecture:Any
Tags: MySQL Workbench

[4 Apr 2017 0:01] federico piazza
Description:
MySql workbench hangs indefinitely when trying to start up the mysql server.

How to repeat:
1- MySql server needs to be stopped
2- Open MySql workbench
3- Open the connection 
4- Go to: INSTANCE Start up / Shutdown 
5- Click on Start Server button
[4 Apr 2017 10:23] MySQL Verification Team
Thank you for the bug report.
[5 Apr 2017 6:55] Milosz Bodzek
Hi, thank you for bug report. That hang is because of wrong start/stop command. To fix it edit your connection, go to system profile tab and there use below commands to start/stop server (see reference: https://dev.mysql.com/doc/refman/5.7/en/osx-installation-launchd.html):
start: launchctl load -F /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist
stop: launchctl unload -F /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist
[10 Apr 2017 15:24] federico piazza
Excellent, this solved the problems. Thanks a lot for the answer
[6 Jun 2017 0:56] MySQL Verification Team
https://bugs.mysql.com/bug.php?id=86590 marked as duplicate of this one.