wcms 1.2.3DEV and MySQL

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
d-lexy
Posts: 76
Joined: Fri 22. Oct 2004, 22:59
Location: Toronto, Canada / Tallinn, Estonia

wcms 1.2.3DEV and MySQL

Post 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!
StudioTandem
Posts: 9
Joined: Thu 4. Nov 2004, 20:14
Location: Maribor, Slovenia
Contact:

Post 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.
d-lexy
Posts: 76
Joined: Fri 22. Oct 2004, 22:59
Location: Toronto, Canada / Tallinn, Estonia

Post by d-lexy »

oops, that is most likely the problem!!!

I will check that out shortly!

Thank you!!!
Post Reply