Have you tried MySQLTuner yet? It's free and it makes optimizing your MySQL server easier than ever!

The default is 100, but sometimes that’s not enough!

For MySQL 3.x:
# vi /etc/my.cnf
set-variable = max_connections = 250

For MySQL 4.x and 5.x:
# vi /etc/my.cnf
max_connections = 250

Restart MySQL once you’ve made the changes and verify with:
echo “show variables like ‘max_connections’;” | mysql

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • TwitThis
Leave a Reply

You must be logged in to post a comment. Login »