Page 1 of 1

wcms 1.2.3DEV and MySQL

Posted: Wed 20. Jul 2005, 18:06
by d-lexy
Hi guys,

I installed the 1.2.3DEV on my virtual private server, that already runs 2 sites with the good old 1.1RC4.

It seems that when I start working in the backend on 1.2.3 after about 15min on intensive work (Creating category tree, articles, etc...) the MySQL server starts throwing errors that it has too many connections and wcms gives me the dbdown.php page.

Does anyone else have the same problem, and if yes, what did you do?

Thank you!

Posted: Thu 21. Jul 2005, 08:57
by StudioTandem
Changing connection type from permanent/persistant? (pconnect) to not-permanent (connect) solved exactly the same problems to me.

Try this: check conf.inc.php and set

Code: Select all

$phpwcms["db_pers"] = 0;
If your site already had too many connections you'll have to wait a while before it starts working again even with this new connection type.

Posted: Thu 21. Jul 2005, 21:55
by d-lexy
oops, that is most likely the problem!!!

I will check that out shortly!

Thank you!!!