Solved /etc/my.cnf Deleted

maybe you have DA system backup, or from /etc/my.cnf.d/
or copy from another server and modify it as you want.
at least there few lines:
[mysqld]
local-infile=0
innodb_file_per_table
--
if there was another configs, like:
innodb_log_file_size=
you can check directly how much it takes now on disk and put it to my.cnf
--
all other can be reconfigured from scratch with mysqltuner
Also mysqltuner can show you few current settings (while mysql still running)
 
Back
Top