Bug #49766 | my.cnf configuration hanging, erroring, ... | ||
---|---|---|---|
Submitted: | 17 Dec 2009 11:11 | Modified: | 16 Feb 2010 11:23 |
Reporter: | Susanne Ebrecht | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S1 (Critical) |
Version: | OS: | Any | |
Assigned to: | Maksym Yehorov | CPU Architecture: | Any |
[17 Dec 2009 11:11]
Susanne Ebrecht
[12 Jan 2010 15:43]
Maksym Yehorov
The bugs related to saving of my.cnf are fixed. - Fixed saving to a non-existent file. - Reworked detection of writing possibilities/permissions - Discard button reloads config from file, also file is re-read after save And there can always be race condition between events when you press save button and someone writes to config file, so having always reloaded file is a kind of illusion, as we can not guarantee atomicity of editing by sane means.
[14 Jan 2010 9:13]
Susanne Ebrecht
Bug #50317 is set as duplicate of this bug here.
[15 Feb 2010 21:21]
Johannes Taxacher
listed fixes confirmed in repository.
[16 Feb 2010 11:23]
Tony Bedford
An entry has been added to the 5.2.16 changelog: For a default MySQL Server installation, no my.ini or my.cnf file is created. This proved problematic when creating a server instance in MySQL Workbench, as the Create a new server instance wizard expected a configuration file to be specified. If the path to the configuration file was left blank, a model error dialog was displayed by the wizard. If alternatively, one of the standard locations for the configuration file was entered, problems arose when an attempt was made to subsequently change configuration values in the configuration section of the Admin screen. The problems included MySQL Workbench hanging, and repetitive requests for a 'super user' password.