On Thu, 2008-08-28 at 16:11 +1000, Jake Anderson wrote:
> Its probably best to post them to the list.
> That way everybody can see them
> If they don't want them their delete button should work ;-P

ok... No guarantee this is the best setup, but it's working for me!

[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         = /var/lib/mysql
tmpdir          = /tmp
language        = /usr/share/mysql/english
skip-external-locking
skip-name-resolve
bind-address            = 0.0.0.0
key_buffer              = 1024M
key_buffer_size         = 16M
max_allowed_packet      = 128M
table_cache             = 2048
sort_buffer_size        = 32M
read_buffer_size        = 8M
read_rnd_buffer_size    = 62M
myisam_sort_buffer_size = 64M
thread_concurrency      = 4
thread_stack            = 128K
thread_cache_size       = 8
max_connections         = 1800
query_cache_limit       = 5M
query_cache_size        = 512M
log_bin                 = /storage/binlog/mysql-bin.log
expire_logs_days        = 5
max_binlog_size         = 100M
skip-bdb
innodb_buffer_pool_size=100M
innodb_log_buffer_size=8M
innodb_file_per_table

[mysqldump]
quick
quote-names
max_allowed_packet      = 128M

[mysql]

[isamchk]
key_buffer              = 16M



_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to