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!
wcms 1.2.3DEV and MySQL
-
- Posts: 9
- Joined: Thu 4. Nov 2004, 20:14
- Location: Maribor, Slovenia
- Contact:
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
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.
Try this: check conf.inc.php and set
Code: Select all
$phpwcms["db_pers"] = 0;