MySQL Forums
Forum List  »  General

Problem with my.cnf file
Posted by: anil alapati
Date: June 28, 2013 07:30AM

Recently, By mistake changed the ownership of my.cnf file. Later realized it changed the owner as mysql to it. but the service was not yet started.Hence changed it to 777 mode and now it was able to start the mysql service.

But getting the warning message as follows.

Warning: World-writable config file '/etc/my.cnf' is ignored


and the parameters mentioned in it are not getting affected to mysql server.seems it was not using the cnf file.

[anil@devbox ~]$ mysql --print-defaults
Warning: World-writable config file '/etc/my.cnf' is ignored
mysql would have been started with the following arguments:

[anil@devbox ~]$

Please help me solving this issue...

Options: ReplyQuote


Subject
Written By
Posted
Problem with my.cnf file
June 28, 2013 07:30AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.