Hello, I have problem with stability of MySQL. I got this messages:
030915 11:30:52 mysqld restarted /usr/local/libexec/mysqld: ready for connections mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail key_buffer_size=4190208 record_buffer=131072 sort_buffer=524280 max_used_connections=15 max_connections=50 threads_connected=6 It is possible that mysqld could use up to key_buffer_size + (record_buffer + sort_buffer)*max_connections = 36091 K bytes of memory Hope that's ok, if not, decrease some variables in the equation 030915 12:01:37 mysqld restarted /usr/local/libexec/mysqld: ready for connections I decreased values, but situation is still the same. My version is 3.23.55 and I have OpenBSD. This is my /etc/my.cnf: # The following options will be passed to all MySQL clients [client] #password = your_password #port = 3306 #socket = /var/mysql/mysql.sock # Here follows entries for some specific programs # The MySQL server [mysqld] #port = 3306 #socket = /var/mysql/mysql.sock skip-locking set-variable = key_buffer=4M set-variable = max_allowed_packet=1M set-variable = table_cache=64 set-variable = sort_buffer=512K set-variable = net_buffer_length=8K set-variable = myisam_sort_buffer_size=8M set-variable = max_connections=50 server-id = 1 skip-innodb default-character-set=latin2 [mysqldump] quick set-variable = max_allowed_packet=16M [mysql] no-auto-rehash # Remove the next comment character if you are not familiar with SQL #safe-updates [isamchk] set-variable = key_buffer=20M set-variable = sort_buffer=20M set-variable = read_buffer=2M set-variable = write_buffer=2M [myisamchk] set-variable = key_buffer=20M set-variable = sort_buffer=20M set-variable = read_buffer=2M set-variable = write_buffer=2M [mysqlhotcopy] interactive-timeout I use MySQL with Apache and PHP, now I have 256 MB RAM. Is some solution? -- S pozdravem, Bc. Radek Krejča Starnet, s. r. o. [EMAIL PROTECTED] http://www.ceskedomeny.cz http://www.skdomeny.com http://www.starnet.cz ICQ: 65895541 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]