In your my.cnf there is no:
Query_cache_size ->
http://dev.mysql.com/doc/mysql/en/Query_Cache_Configuration.html
Thread_cache_size ->
http://dev.mysql.com/doc/mysql/en/Server_system_variables.html
Marc.
-Message d'origine-
De : ManojSW [mailto:[EMAIL PROTECTED]
Envoyé : lundi 6 décem
On Wed, Jun 09, 2004 at 01:45:49PM +0100, Marvin Wright wrote:
> Hi,
>
> We are about to build some new database servers and I have some questions
> which I'd like some advice on.
>
> The machines we are building have 4 Xeon 2GHz CPU's, 4 x 32GB SCSI disk
> using RAID 1+0 (so thats 64GB of storag
You need to create the user and grant permissions try (username=teva):
INSERT INTO user (Host,User,Password) VALUES ('%', 'teva',
PASSWORD('your_password'));
and finally add access to the database
INSERT INTO db (Host,Db,User)
VALUES('%','NameOfDatabase','teva');
Hope this helps,
- Original Me
It is the code that closes the connections (pconnect)
So it would be good to have a look at client first...
MySQL should have no problme with upto 1000 connetions...more if you are not
on Linx..
I hope this helps you or some one else...
Simon
-Original Message-
From: Core Dumped