…mysql and an /etc/my.cnf, and the server is installed in /customsoftware/mysql with a different my.cnf…
Post: New SpecJAppServer results at MySQL and Sun.
… to disable them. The MySQL Settings are probably what is the most interesting: MySQL 5.0 Tuning in /etc/my.cnf (included in FDA… read_rnd_buffer_size = 2M sort_buffer_size = 32k thread_cache = 16 query_cache_size = 0M thread_concurrency = 8 max_heap_table_size=200M log-output = FILE log-slow-queries=/tmp/mysql…
Post: Percona XtraDB Cluster reference architecture with HaProxy
…10.195.206.117′ ” ‘/var/lib/mysql/’ ‘/etc/my.cnf‘ ’20758′ 2>sst.err’ 120619 13…21:17 InnoDB: The InnoDB memory heap is disabled 120619 13:21:…mysql –mysql-engine-trx=yes –mysql-table-engine=innodb –mysql-host=127.0.0.1 –mysql-port=3307 –mysql-user=sbtest –mysql-password=sbpass –oltp-table-size…
Post: Aligning IO on a hard disk RAID – the Benchmarks
… Server 5.0.92-87 with the following my.cnf configuration: [mysqld] datadir=/data/mysql socket=/var/run/mysqld/mysqld.sock innodb_file…_cache_size = 16M max_heap_table_size = 64M thread_cache_size = 32 query_cache_size = 0 tmp_table_size = 64M key_buffer_size = 8M bulk_insert_buffer_size…
Comment: New Forum Categories: Help Wanted, For Hire
…My.cnf ========== freehold: [client] port=3323 socket=/tmp/mysqld_mdmp.sock character-sets-dir=/home/mysqld/sys/5.5.8/share/mysql/…_size = 512M innodb_open_files=2048 #Replication-skip replicate-ignore-table=mysql.gsd_runs replicate-ignore-table=mysql.gsd_monitor ======== ==> max_heap_table_size…
Post: Heikki Tuuri answers to Innodb questions, Part II
…is: set innodb_flush_method=O_DIRECT in my.cnf, to prevent double buffering. Configure as much …day – choosing innodb_buffer_pool_size Q36: There have been several MySQL bugs opened about multi-core scalability…5 show innodb status: Hash table size 10624987, used cells 1, node heap has 1 buffer(s) …
Comment: Why MySQL could be slow with large tables ?
… SELECTed table, I went for MYISAM. My my.cnf variables were as follows on a 4GB…heap_table_size=50M tmp_table_size=64M max_allowed_packet=16M table_cache=1800 record_buffer=10M sort_buffer_size=24M read_buffer_size… application. Just my experience. I know some big websites are using MySQL, but we …
Comment: table_cache negative scalability
…0.79-enterprise-log MySQL Enterprise Server (Commercial) my.cnf: [mysqld] server-id = 2 port = 3306 basedir = /usr/local/mysql datadir = /db/mydata tmpdir…limit = 40000 max_binlog_size = 500M max_allowed_packet = 20M tmp_table_size = 100M max_heap_table_size = 100M query_cache_size = 100M default_…
Comment: table_cache negative scalability
…0.79-enterprise-log MySQL Enterprise Server (Commercial) my.cnf: [mysqld] server-id = 2 port = 3306 basedir = /usr/local/mysql datadir = /db/mydata tmpdir…limit = 40000 max_binlog_size = 500M max_allowed_packet = 20M tmp_table_size = 100M max_heap_table_size = 100M query_cache_size = 100M default_…
Post: XtraDB/InnoDB CPU bound benchmarks on 24cores server
…size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: I tested MySQL…my.cnf is [mysqld] user=root binlog_cache_size=1M default_table_type=MYISAM ft_min_word_len=4 innodb_additional_mem_pool_size…

