Hi,

I currently upgraded to Mysql-Max 3.23.38 and adapted my my.cnf file.
I had a varibale setting

set-variable    = wait_timeout=3600

in it, but this makes the upgraded server crash on startup. Without giving
any of the
variables wait_timeout or interactive_timeout, the startup works fine. The
last server we used
(version was 3.23.14) worked fine also.

We are running a PIII-dual750-1GBmemory DB Server, my settings are below.

Did anybody have similar problems?

best regards

Markus


[client]
#password       = your_password
port            = 3306
socket          = /var/lib/mysql/mysql.sock

# Here follows entries for some specific programs

# The MySQL server
[mysqld]
port            = 3306
#socket          = /tmp/mysql.sock
socket          = /var/lib/mysql/mysql.sock
exit-info
safe-mode
skip-delay-key-write
skip-locking
set-variable    = back_log=99
# set-variable    = interactive_timeout=3600              ### 60 minutes of
inactivity
 is enough
# set-variable    = wait_timeout=3600              ### 60 minutes of
inactivity is eno
ugh
set-variable    = key_buffer_size=384M          ### default cmdline was 256M
set-variable    = max_allowed_packet=1M
set-variable    = table_cache=512               ### default cmdline was 256
set-variable    = tmp_table_size=32M
set-variable    = sort_buffer=12M               ### default cmdline was 12M
set-variable    = record_buffer=4M              ### default cmdline was 4M
set-variable    = thread_cache=8
set-variable    = thread_concurrency=4  # Try number of CPU's*2
set-variable    = myisam_sort_buffer_size=64M
#log-update
server-id       = 1
set-variable    = max_connections=200
set-variable    = max_connect_errors=50

# Uncomment the following if you are using BDB tables
set-variable    = bdb_cache_size=384M
set-variable    = bdb_max_lock=100000

# Uncomment the following if you are using Innobase tables
#innodb_data_home_dir = /var/lib/mysql/
#innodb_log_group_home_dir = /var/lib/mysql/
#innodb_log_arch_dir = /var/lib/mysql/
#innodb_data_file_path = ibdata1:500M;ibdata2:500M;ibdata3:500M
#set-variable = innodb_mirrored_log_groups=1
#set-variable = innodb_log_files_in_group=3
#set-variable = innodb_log_file_size=5M
#set-variable = innodb_log_buffer_size=8M
#innodb_flush_log_at_trx_commit=1
#innodb_log_archive=0
#set-variable = innodb_buffer_pool_size=256M
#set-variable = innodb_additional_mem_pool_size=64M
#set-variable = innodb_file_io_threads=4
#set-variable = innodb_lock_wait_timeout=30

# Point the following paths to different dedicated disks
tmpdir         = /tmp/
#log-update     = /path-to-dedicated-directory/hostname

[mysqldump]
...



---------------------------------------------------------------------
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 <mysql-unsubscribe-##L=##[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to