Bug #8272 skip /etc/mysql/my.cnf
Submitted: 2 Feb 2005 16:33 Modified: 4 Aug 2005 22:09
Reporter: Stian Skjelstad Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version:4.0.22 OS:Linux (gentoo linux)
Assigned to: CPU Architecture:Any

[2 Feb 2005 16:33] Stian Skjelstad
Description:
It would be nice if mysqld and other mysql programs had an option to skip parsing of /etc/mysql/my.cnf .

This is very needed since I have a program that launches a dedicted mysqld, and mysqld chuid's to  another user if root, and I don't want it to. And it can be avoided if I can skip parsing of the /etc/mysql/my.cnf as far as I understand.

How to repeat:
mysqld
[4 Aug 2005 22:09] Jim Winstead
The --no-defaults option exists for this.