Bug #73939 Exception caught while processing action from home screen: error calling Python
Submitted: 16 Sep 2014 18:47 Modified: 16 Sep 2014 23:47
Reporter: Fermin Martinez Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:Wowkbench 6.1 OS:MacOS (10.9.4)
Assigned to: CPU Architecture:Any

[16 Sep 2014 18:47] Fermin Martinez
Description:
Check if /etc/my.cnf can be accessed
File was found at the expected location
Check if section for instance mysqld exists in /etc/my.cnf
Traceback (most recent call last):
  File "/Applications/MySQLWorkbench.app/Contents/PlugIns/wb_admin_grt.py", line 753, in testInstanceSettingByName
    if check_if_config_file_has_section(open(config_file, "r"), section):
IOError: [Errno 13] Permission denied: '/etc/my.cnf'
Operation failed: error calling Python module function WbAdmin.testInstanceSettingByName

How to repeat:
Try to create a new MySQL Connection

Suggested fix:
Fix all file system related to MySQL
[16 Sep 2014 23:47] MySQL Verification Team
We're sorry, but the bug system is not the appropriate forum for asking help on using MySQL products. Your problem is not the result of a bug.

Support on using our products is available both free in our forums at http://forums.mysql.com/ and for a reasonable fee direct from our skilled support engineers at http://www.mysql.com/support/

Thank you for your interest in MySQL.