Mysql too many connection

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
smashrc
Forum Newbie
Posts: 5
Joined: Sun Jan 03, 2010 2:54 am

Mysql too many connection

Post by smashrc »

I using Mysql Administrator tool to backup my database. While backing up, my web is not running normal. It shows this at the front page.

Warning: mysql_connect() [function.mysql-connect]: User hpirs4_user1 already has more than 'max_user_connections' active connections in /home/hpirs4/public_html/includes/functions/database.php on line 19
Unable to connect to database server!


Please let me know what should I do and where to change the value thanks

P.S. I'm not good web programming

Thanks
mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

Re: Mysql too many connection

Post by mikosiko »

check the value of "max_connections" in your mysql.ini (normally named my.ini under your Mysql installation directory.).
Post Reply