I recently updated from MySQL 3.23-55 to 4.0.12 now my mysql log keeps
showing lots of restarts.  I've searched around but have not found anything.

I upgraded the 3.x rpm's using rpm -Uvh MySQL* and did the following rpm's.
I also followed the upgtrade doc on the MySQL page and ran the
mysql_fix_privilege_table

MySQL-devel-4.0.12-0
MySQL-client-4.0.12-0
MySQL-shared-4.0.12-0
MySQL-Max-4.0.12-0
MySQL-server-4.0.12-0

my.conf contents

[mysqld]
skip-innodb
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
set-variable = max_connections=450
set-variable = key_buffer=16M
set-variable = myisam_sort_buffer_size=64M
set-variable = join_buffer=1M
set-variable = read_buffer_size=1M
set-variable = sort_buffer_size=2M
set-variable = table_cache=1024
set-variable = thread_cache_size=256
set-variable = wait_timeout=9600
set-variable = connect_timeout=10
set-variable = max_allowed_packet=16M
set-variable = max_connect_errors=10

[mysql.server]
user=mysql
basedir=/var/lib

[safe_mysqld]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
open_files_limit=8192

[mysqldump]
quick
set-variable = max_allowed_packet=16M

[myisamchk]
set-variable = key_buffer=64M
set-variable = sort_buffer_size=64M
set-variable = read_buffer=16M
set-variable = write_buffer=16M

This is the error that keeps showing up in the log file

030331 10:06:26  /usr/sbin/mysqld-max: Normal shutdown
030331 10:06:26  /usr/sbin/mysqld-max: Shutdown Complete
030331 10:06:26  mysqld ended
030331 10:06:26  mysqld ended

030331 10:06:27  mysqld started
/usr/sbin/mysqld-max: ready for connections.
Version: '4.0.12-Max'  socket: '/var/lib/mysql/mysql.sock'  port: 3306

Any help with this would be greatly appreciated.

Peter



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to