Hello all,
I have installed MySQL 5.6 in my FreeBSD jail.
Now, when I looked at some articles online to secure MySQL, It came to my attention that by default, the my.cnf file seem to be located at /usr/local/etc/my.cnf. On my system, the file is located at /usr/local/my.cnf. I also seen some tutorial doing
Have I done something wrong and should I move the file to /usr/local/etc/my.cnf
Thank you
Fred
I have installed MySQL 5.6 in my FreeBSD jail.
Now, when I looked at some articles online to secure MySQL, It came to my attention that by default, the my.cnf file seem to be located at /usr/local/etc/my.cnf. On my system, the file is located at /usr/local/my.cnf. I also seen some tutorial doing
cp /usr/local/share/mysql/my-medium.cnf /var/db/mysql/my.cnf
Have I done something wrong and should I move the file to /usr/local/etc/my.cnf
Thank you
Fred