Difference between revisions of "Template:MySQL Configuration"
m (removed header layer to make the template more flexible by allowing the transcluding page to set the header level) |
(No difference)
|
Latest revision as of 01:17, 30 July 2012
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