Bug #78208 | WB can´t get a connect, even the Server 5.6.26 is running properly and do his wo | ||
---|---|---|---|
Submitted: | 25 Aug 2015 13:44 | Modified: | 25 Aug 2015 14:37 |
Reporter: | Burkhard Kaiser | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 6.3.4 | OS: | MacOS (OS X 10.10.x Yosemite) |
Assigned to: | CPU Architecture: | Any | |
Tags: | WBBugReporter |
[25 Aug 2015 13:44]
Burkhard Kaiser
[25 Aug 2015 14:37]
Burkhard Kaiser
Ok i fixed this problem. The bug is in the launch deamon file "_com.oracle.oss.mysql.mysqld.plist" <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Disabled</key> <false/> <key>ExitTimeOut</key> <integer>600</integer> <key>GroupName</key> <string>_mysql</string> <key>KeepAlive</key> <true/> <key>Label</key> <string>com.oracle.oss.mysql.mysqld</string> <key>LaunchOnlyOnce</key> <false/> <key>ProcessType</key> <string>Interactive</string> <key>Program</key> <string>/usr/local/mysql/bin/mysqld</string> <key>ProgramArguments</key> <array> <string>/usr/local/mysql/bin/mysqld</string> <string>--user=_mysql</string> <string>--basedir=/usr/local/mysql</string> <string>--datadir=/usr/local/mysql/data</string> <string>--plugin-dir=/usr/local/mysql/lib/plugin</string> <string>--log-error=/usr/local/mysql/data/mysqld.local.err</string> <string>--pid-file=/usr/local/mysql/data/mysqld.local.pid</string> <string>--port=3307</string> </array> <key>RunAtLoad</key> <true/> <key>SessionCreate</key> <true/> <key>UserName</key> <string>_mysql</string> <key>WorkingDirectory</key> <string>/usr/local/mysql</string> </dict> </plist> Here is defined the connection port 3307. That is wrong! It is to change to 3306. Restart the server with the control panel and after that the Workbench will work properly. It took me some nerves and it is an annoying bug!!!