MySQL Forums
Forum List  »  Newbie

Re: Help i get a warning message!!!!!
Posted by: Lachlan Mulcahy
Date: May 04, 2005 06:05AM

Hi Mattias,

The error you are getting is in relation to the permissions on your /etc/my.cnf file. You should check to make sure that your my.cnf has some restricted permissions on it. I would recommend running the following commands as root from a command shell:

chown root:root /etc/my.cnf
chmod 644 /etc/my.cnf

This will change the ownership and group of the file to 'root' and make the file readable by all users but only writable by the root user.

Kind Regards,

Lachlan Mulcahy, Melbourne, Australia
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification

Options: ReplyQuote


Subject
Written By
Posted
Re: Help i get a warning message!!!!!
May 04, 2005 06:05AM


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.