Bug #5120 | mysql.server script doesn't heed --pid-file argument; other bugs | ||
---|---|---|---|
Submitted: | 20 Aug 2004 8:00 | Modified: | 20 Aug 2004 12:40 |
Reporter: | James Berry | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 4.1.3 | OS: | MacOS (MacOS) |
Assigned to: | CPU Architecture: | Any |
[20 Aug 2004 8:00]
James Berry
[20 Aug 2004 8:16]
James Berry
Accompaning bug requesting fix to Mac OS X startup item is #5121.
[20 Aug 2004 12:40]
Sergei Golubchik
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: mysql.start is not expected to accept command-line arguments besides start/stop. In fact it is written in the script itself: # If you install MySQL on some other places than @prefix@, then you # have to do one of the following things for this script to work: ... # If you want to affect other MySQL variables, you should make your changes # in the /etc/my.cnf, ~/.my.cnf or other MySQL configuration files.
[20 Aug 2004 16:53]
James Berry
Ah, yes. I must have been asleep last night. The correct way to fix this problem is to add pid-file = mysql.pid to the [mysqld] section of the my.cnf file. Thank-you.