Greg - Freeriders Posted June 6, 2003 Posted June 6, 2003 how can I know the maximun user connection? Warning: User toto@localhost has already more than 'max_user_connections' active connections in /home/toto/www/toto_shop/catalog/includes/functions/database.php on line 17 Unable to connect to database server! thanx in advance Greg
majik Posted June 6, 2003 Posted June 6, 2003 Assuming you are using Apache, you can define that in your httpd.conf file. Mine are always in /etc/httpd/conf/httpd.conf, but I don't know how standard that is in different environments.
majik Posted June 6, 2003 Posted June 6, 2003 Oops, scratch that. I didn't read closely enough. sorry.
majik Posted June 6, 2003 Posted June 6, 2003 The 'max_user_connections' seems to be a mysql configuration option. Looks like you want to set it to "0" (zero) for unlimited. Check out this page: http://www.mysql.com/doc/en/SHOW_VARIABLES.html
Recommended Posts
Archived
This topic is now archived and is closed to further replies.