Can't edit MySqol My.cnf file
-
In the manauls says that I need to make the follwing changes to the my.cnf file in mysql, but I can’t save the changes either through the terminla using sudo vi or gedit.
any Idea ?
thanks[SIZE=4][B]MySQL Configuration[/B][/SIZE]
MySQL needs to be setup to accept connections from remote machines. This is not the default behaviour on many distros.
Check the file:
/etc/mysql/my.cnf
and look for the line beginning with:
bind-address=
This should read:
bind-address=<IP of FOG Server>
rather than:
bind-address=127.0.0.1 or bind-address=localhost
Remember to restart MySQL if you make changes to this file:
sudo /etc/init.d/mysql restart