MySQL Forums
Forum List  »  Newbie

warning: World-writable config file my.cnf is ignored
Posted by: Pedro Han
Date: February 25, 2007 09:51PM

Please look into my problem, and give me some comment.

I have installed fedora 6 and restored mysql data.
After installing xampp for linux, I ran lampp start.
The, this error message came out.

Starting XAMPP for Linux 1.4.13...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
warning: World-writable config file /opt/lampp/etc/my.cnf is ignored
warning: World-writable config file /opt/lampp/etc/my.cnf is ignored
warning: World-writable config file /opt/lampp/etc/my.cnf is ignored
XAMPP for Linux started.

(exactly 3 times.)

And, my.cnf is

[client]
default-character-set = utf8
#password = your_password
port = 3306
socket = var/mysql/mysql.sock

[mysqld]
default-character-set = utf8
port = 3306
socket = /var/mysql/mysql.sock
skip-locking
set-variable = key_buffer=16M
set-variable = max_allowed_packet=1M
set-variable = table_cache=64
set-variable = sort_buffer=512K
set-variable = net_buffer_length=8K
set-variable = myisam_sort_buffer_size=8M

skip-innodb

[mysqldump]
default-character-set = utf8
quick
set-variable = max_allowed_packet=16M

[mysql]
no-auto-rehash

[isamchk]
set-variable = key_buffer=20M
set-variable = sort_buffer=20M
set-variable = read_buffer=2M
set-variable = write_buffer=2M

[myisamchk]
set-variable = key_buffer=20M
set-variable = sort_buffer=20M
set-variable = read_buffer=2M
set-variable = write_buffer=2M

[mysqlhotcopy]
interactive-timeout

Any comment would be appreciated.

Options: ReplyQuote


Subject
Written By
Posted
warning: World-writable config file my.cnf is ignored
February 25, 2007 09:51PM
March 10, 2007 06:14PM


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.