MySQL in der Version 5.6 kann unterhttp://dev.mysql.com/downloads/mysql/5.6.html#downloads heruntergeladen werden. Die nötigen Konfigurationen lassen sich der folgenden Tabelle entnehmen:
Einstellungen my.ini | |||||
---|---|---|---|---|---|
Betriebsgröße | bis 500k Umsatz | bis 1 Mio Umsatz | bis 2 Mio Umsatz | ab 2 Mio Umsatz | |
Kassenplätze | bis 3 | bis 5 | bis 15 | > 15 | |
Arbeitsspeicher | 4GB | 4GB | 8GB | 16GB | |
files_per_table | 1 | 1 | 1 | 1 | |
table_open_cache | 200 | 200 | 200 | 200 | |
thread_concurrency | 4 | 8 | 8 | 8 | |
log_slow_queries | AMADEUSBASE\mysql\slow.log | AMADEUSBASE\mysql\slow.log | AMADEUSBASE\mysql\slow.log | AMADEUSBASE\mysql\slow.log | |
query_cache_size | 524288000 | 524288000 | 524288000 | 524288000 | |
query_cache_limit | 5242880 | 5242880 | 5242880 | 5242880 | |
query_cache_type | "On" | "On" | "On" | "On" | |
innodb_buffer_pool_size | 512M | 1024M | 2048M | 2048M | |
innodb_additional_mem_pool_size | 100M | 200M | 200M | 200M | |
innodb_log_file_size | 128M | 256M | 256M | 256M | |
innodb_log_buffer_size | 8M | 16M | 32M | 32M | |
innodb_thread_concurrency | 0 | 0 | 0 | 0 |