On days when my site gets a lot of traffic, I get this error message...

Warning: mysql_connect() [function.mysql-connect]: User OH_admin already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\ourhometown.ca\httpdocs\includes\all.oh.front.inc.php on line 3
User OH_admin already has more than 'max_user_connections' active connections

Can someone point me in the direction in how to solve this....thanks.

Always mysql_close() your connections when you're done. If you don't they will remain idle for 180 seconds (default).

commented: Thank you! +3
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.