I am working on a RHEL 6.6 server which runs MySQL version 5.7.17 which I had installed by the following command:
yum install mysql-server
My client want me to move the my.cnf
from it's default location /etc/my.cnf
to /app/mysql/my.cnf
. If I move, the mysql server fails.
I cannot find any way to do this.
If anyone know the way, please help me.