Re: [PHP-DB] MySQL too many connection problems

2001-11-13 Thread Lynn Siprelle
Many thanks, I'll let you know how it works out. Best, Lynn -- Lynn Siprelle, Siprelle & Associates: Web Publishing Chief Assoc. Josephine b. 9/9/97 * New Assoc. Louisa b. 4/25/01 Business: lynn@siprelle com | Personal: [EMAIL PROTECTED] The New Homemaker: http://www.newhomemaker.com/ -- PHP

Re: [PHP-DB] MySQL too many connection problems

2001-11-13 Thread Joshua Hoover
There is a setting when you launch MySQL to tell it how many connections it will accept. Read the following to get a better idea on this: http://www.mysql.com/doc/T/o/Too_many_connections.html The default number of connections to MySQL is 100, but can be set much higher if necessary. You nee

[PHP-DB] MySQL too many connection problems

2001-11-13 Thread Lynn Siprelle
Hi folks-- I'm working on an installation of phpshop 0.6x and have started getting "too many connections to the database" errors whenever I work with it for any length of time. I have a heavily database-driven and busy site calling on three databases. Having heard that mysql_pconnect is better