mysql server load

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
trismile
Posts: 66
Joined: Wed 15. Sep 2004, 12:24

mysql server load

Post 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
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: mysql server load

Post 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.
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Re: mysql server load

Post 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...
Not longer here - sorry...

Haubner-IT GbR Dresden
Post Reply