MySQL Forums
Forum List  »  Newbie

Re: Changing tmpdir causes InnoDB to break
Posted by: Emma Griffiths
Date: November 05, 2009 10:26AM

... my My.cnf contains

[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock

[mysqld_safe]
socket = /var/run/mysqld/mysqld.sock
nice = 0

[mysqld]
user = mysql
pid_file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /databases/mysql
tmpdir = /tmp
language = /usr/share/mysql/english
skip-external-locking

key_buffer = 256M
max_allowed_packet = 1M
thread_stack = 128K
thread_cache_size = 8
tmp_table_size = 1000000000 (1GB - is this too small for my huge tables?)

myisam-recover =BACKUP
table_cach = 256
query_cache_limit = 1M
query_cache_size = 16M

expire_logs_days = 10
max_binlog_size = 100M

skip-bdb

innodb_buffer_pool_size = 512M

skip_federated

[mysqldump]
quick
quote-names
max_allowed_packet =16M

[mysql]

[isamchk]
key_buffer =16M

Options: ReplyQuote


Subject
Written By
Posted
Re: Changing tmpdir causes InnoDB to break
November 05, 2009 10:26AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.