Mysql database forum error: max_user_connections

November 25, 2008

Picture of error mysql database error imageSometimes I got this database error message from one of my website forum : “mysql_connect() [function.mysql-connect]: User mydatabase already has more than ‘max_user_connections’ active connections”

The error of max user connections that occurred happens when an account on the server is opening to many connections to mysql on the server. This happens sometimes with poorly written code that leaves connections open and keeps opening more connections. When one account does this it affects the entire mysql server resulting in the error you received and is only fixed when we find the issue and stop those lingering connections. Please note the same at your end.

It seems that the forum script is generating too many mysql connections at a time. [Read more]

Popularity: 27%

Incoming search:

mysql connection max_user_connections

How to Choose Free Hosting PHP

June 30, 2008

Picture of Free Hosting PHPIt’s great if you could find a good list of Free Hosting PHP, or any cheap hosting php. There are many directory list of free hosting PHP on Google.

There are some factors that you should consider on choosing free hosting php:

Adverts
Yes, it’s not free anyway, they need money to run the server, that why they will put their adverts on your website that hosted on their free hosting.
Most free hosting put banners, and some use text link ads. Choose which that could fit to your layout. [Read more]

Popularity: 14%