MySQL Forums
Forum List  »  Newbie

too many connection problem
Posted by: Danh Do
Date: June 15, 2005 07:19AM

There are only 5 users surfing my website, and I suffer from too many connection problem. I use freebsd and mysql-server-4.0.24 with vBulletin.

Here is my my.cnf file:
[client]
port=3306
socket=/tmp/mysql.sock

[mysqld]
port=3306
socket=/tmp/mysql.sock

[mysql]
no-auto-rehash
set-variable = connect_timeout=12
set-variable = max_connections=1000
#mysql.allow_persistent=Off

Is there anything wrong with my configuration?

Any suggestion is appreciated!

Options: ReplyQuote


Subject
Written By
Posted
too many connection problem
June 15, 2005 07:19AM


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.