Database Error

th13rteen

New Member
Hey I'm getting this database error a lot. Does anyone know why? How I could fix it.

This is the error that I get:

Code:
Database error in vBulletin :
 
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User <removed> already has more than 'max_user_connections' active connections
/includes/class_core.php on line 274

Thanks.
 
Hey anyone have idea? Help me out here guys. Didn't mean to bother by double posting.

Edit: I've figured it out. Its got nothing to do with vBulletin. Its my host. I need more concurrent users on my databases aka too much load on mysql.
 
You need to tweak my.conf in Apache, change:

max_user_connections=
max_connections=

To higher values, you can also optimize key buffers, query cache limits, thread concurrency and a few others for optimal performance although i couldn't advise what values are best without knowing the current ones and your hardware configuration.
 
Continue with the host

And told him therefore


pico /etc/my.cnf

Search

max_user_connections

add Before max

This #

save and restart service

/etc/init.d/httpd restart

/etc/init.d/mysql restart


--
Sc®iPt
Best Regards
 
Back
Top