Page 1 of 1

mysql server load

Posted: Thu 6. Mar 2008, 11:46
by trismile
Hi,

I installed PHPWCMS 1.3.3 on a server. That site is suspended by administrator and they said "phpwcms overload mysqlserver ,
Phpwcms is not close mysql connectin, you have to close connection." What does it mean and what is the problem. is it about with server config or phpwcms.

Deniz

Re: mysql server load

Posted: Thu 6. Mar 2008, 15:17
by juergen
trismile wrote:Hi,

is it about with server config or phpwcms.

Deniz
Hi

Can't confirm this, running 2 phpwcms Servers with full mysql Control. One of the sql Servers has an uptime more than 6 months... Even if you choose persistent sql connection that only means that if there is already a connect it will be used for future touchs...

I claim they will not find any hint for phpwcms in the mysql logs. There was a disk eater :lol: with the cache in Version <= 1.2.6, for this you can disable the cache and clean tables.

Re: mysql server load

Posted: Thu 6. Mar 2008, 15:52
by Heiko H.
trismile wrote:Phpwcms is not close mysql connectin, you have to close connection.
Hi,

switch this in config.inc.php from "1" to "0"

Code: Select all

$phpwcms['db_pers']           = 1;
Heiko...