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
mysql server load
Re: mysql server load
Hitrismile wrote:Hi,
is it about with server config or phpwcms.
Deniz
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

Re: mysql server load
Hi,trismile wrote:Phpwcms is not close mysql connectin, you have to close connection.
switch this in config.inc.php from "1" to "0"
Code: Select all
$phpwcms['db_pers'] = 1;