Re: mysql optional file (my.cnf) problem

2001-08-17 Thread Philip Mak
On Sat, 18 Aug 2001, Fai wrote: > Does any body know how to prevent mysql server looking for user specific > optional file ( .my.cnf)? So, user cannot put the optional file (.my.cnf) in > his home directory to affect the mysql server behaviour. Even if user can put the optional file in his home

Re: mysql optional file (my.cnf) problem

2001-08-17 Thread Gerald Clark
The server doesn't look for a users .my.cnf. This would only be useful for the client programs. Fai wrote: > Does any body know how to prevent mysql server looking for user specific > optional file ( .my.cnf)? So, user cannot put the optional file (.my.cnf) in > his home directory to affect the

mysql optional file (my.cnf) problem

2001-08-17 Thread Fai
Does any body know how to prevent mysql server looking for user specific optional file ( .my.cnf)? So, user cannot put the optional file (.my.cnf) in his home directory to affect the mysql server behaviour. Thank you very much!