Bug #27259 | If --defaults-file option is absent, MA can't find configuration file | ||
---|---|---|---|
Submitted: | 19 Mar 2007 13:13 | Modified: | 27 Apr 2007 8:08 |
Reporter: | Craig Holmquist | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Administrator | Severity: | S3 (Non-critical) |
Version: | 1.2.10 | OS: | Windows (Windows) |
Assigned to: | CPU Architecture: | Any | |
Tags: | regression |
[19 Mar 2007 13:13]
Craig Holmquist
[19 Mar 2007 14:30]
MySQL Verification Team
Thank you for the bug report.
[29 Mar 2007 19:53]
Todd Farmer
An associated server installation bug prevents there from being a useful workaround: http://bugs.mysql.com/bug.php?id=27535 While you can define the --defaults-file option when installing the service, the resulting executable path has the quote around the entire name-value argument, as opposed to the format the Windows installer uses (and it appears MySQL Administrator expects), where only the value is quoted.
[27 Apr 2007 8:08]
Mike Lischke
Unfortunately, we cannot fix this behavior because the entire config file handling is very difficult due to the way the server handles this. Additionally, there is no way to ask a server what config file it uses so we can only rely on a certain behavior, which usually works very well: specify the config file on the command line (in the service).