MySQL Forums
Forum List  »  General

Re: Problem with my.cnf file
Posted by: anil alapati
Date: June 28, 2013 11:49AM

Trails had trown the following result:

[root@devbox home]# chmod 644 /etc/my.cnf
[root@devbox home]# service mysqld restart
Stopping mysqld: [ OK ]
MySQL Daemon failed to start.
Starting mysqld: [FAILED]
[root@devbox home]# chmod 777 /etc/my.cnf
[root@devbox home]# service mysqld start
Warning: World-writable config file '/etc/my.cnf' is ignored
Warning: World-writable config file '/etc/my.cnf' is ignored
Warning: World-writable config file '/etc/my.cnf' is ignored
Warning: World-writable config file '/etc/my.cnf' is ignored
Starting mysqld: [ OK ]
[root@devbox home]# ls -la /etc/my.cnf
-rwxrwxrwx. 1 mysql mysql 875 May 20 16:44 /etc/my.cnf




Error report states as follows:

130628 23:03:02 [Note] /usr/libexec/mysqld: Normal shutdown

130628 23:03:02 [Note] Event Scheduler: Purging the queue. 0 events
130628 23:03:04 InnoDB: Starting shutdown...
130628 23:03:08 InnoDB: Shutdown completed; log sequence number 2 837455322
130628 23:03:08 [Note] /usr/libexec/mysqld: Shutdown complete

130628 23:03:08 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
130628 23:03:46 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
Warning: World-writable config file '/etc/my.cnf' is ignored
130628 23:03:46 InnoDB: Started; log sequence number 2 837455322
130628 23:03:47 [Note] Event Scheduler: Loaded 0 events
130628 23:03:47 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.52' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distribution

Options: ReplyQuote


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


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.