Nice work!
Working verry good, but you miss add:
[mysqld]
innodb_file_per_table
innodb_flush_method=O_DIRECT
innodb_log_file_size=1G
innodb_buffer_pool_size=4G
The best will be cat /proc/meminfo and 75% of whole ram use as innodb_buffer_pool_size and 1/4 of this as innodb_log_file_size if you know what i mean.
Best Regards
TaKeN
Nice work!
Working verry good, but you miss add:
[mysqld]
innodb_file_per_table
innodb_flush_method=O_DIRECT
innodb_log_file_size=1G
innodb_buffer_pool_size=4G
The best will be cat /proc/meminfo and 75% of whole ram use as innodb_buffer_pool_size and 1/4 of this as innodb_log_file_size if you know what i mean.
Best Regards
TaKeN