'mysql'에 해당되는 글 1건

  1. 2008/03/19 How can I increase MySQL max connections?
2008/03/19 05:42

How can I increase MySQL max connections?

edit the file /etc/my.cnf

The file should look like this:

mysqld]
set-variable = max_connections=500

Increase 500 to the number you desire.
Trackback 0 Comment 0