I would like to optimize the MySQL configuration on my DirectAdmin server: CentOS 6 with MySQL 5.6
I am following this guide: http://help.directadmin.com/item.php?id=44
My current /etc/my.cnf file looks like this:
I would like to optimize MySQL to use the configuration file located here:
http://files.directadmin.com/services/all/mysql/my-huge-5.5.cnf
However, I need assistance with the innodb_file_per_table setting. I believe it can corrupt the database data if not setup correctly!
Please can someone post an entire my-huge-5.5.cnf file with all the enabled/disabled settings to match my existing /etc/my.cnf file so that I can avoid data corruption. I am not sure whether or not to use the innodb_file_per_table setting and where it needs to be placed.
Thank you.
I am following this guide: http://help.directadmin.com/item.php?id=44
My current /etc/my.cnf file looks like this:
Code:
[mysqld]
local-infile=0
innodb_file_per_table
I would like to optimize MySQL to use the configuration file located here:
http://files.directadmin.com/services/all/mysql/my-huge-5.5.cnf
However, I need assistance with the innodb_file_per_table setting. I believe it can corrupt the database data if not setup correctly!
Please can someone post an entire my-huge-5.5.cnf file with all the enabled/disabled settings to match my existing /etc/my.cnf file so that I can avoid data corruption. I am not sure whether or not to use the innodb_file_per_table setting and where it needs to be placed.
Thank you.
Last edited: