Hi list,

just have this when connecting to my mysql dedicated server :(
The server is like this :
bi PIII 1 Ghz
1Go of ram
Raid 5 scsi hdds

Here is a tail of the error log :
020619 08:03:09  mysqld started
/usr/local/mysql/bin/mysqld: ready for connections

The system don't swap.
Using Linux 2.4.7-10smp #1 SMP
And mysql : 3.23.49 from tar.gz binary 



Here's the my.cnf :
# The MySQL server
[mysqld]
port            = 3306
#socket         = /tmp/mysql.sock
skip-locking
set-variable    = key_buffer=256M
set-variable    = back_log=150
set-variable    = record_buffer=1M
set-variable    = sort_buffer=1M
set-variable    = max_allowed_packet=1M
set-variable    = thread_cache_size=8
set-variable    = thread_stack=128K
set-variable    = max_connections=700
set-variable    = max_connect_errors=100
set-variable    = table_cache=256
set-variable    = net_read_timeout=180
set-variable    = net_write_timeout=180
set-variable    = wait_timeout=3600

I only have one database and one table ( MyIsam ).
Forums.frm ( 8922 bytes )
Forums.MYD ( 935258712  bytes )
Forums.MYI ( 77645824 bytes )

Show staus say me that max_used_connection is 611.

Did someone have an idea about this ?

Thanks
David 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to