I recently uninstalled mysql 5.1 installed by mysql 5.6 on my CENTOS 6 x86 OS. When I try to find the my.cnf file in these directories is missing:
mysqld --verbose --help | grep -A 1 "Default options"
=
/etc/my.cnf, /etc/mysql/my.cnfand ~/.my.cnf.
Now I went to my mysql home directory, which is / var / lib / mysql, to find the .cnf file, but all I found was auto.cnf.
Does anyone have any ideas? Can I just download my.cnf and put it in one of these directories?
user1464296
source
share