Template:MySQL Configuration

From FOG Project
Revision as of 01:17, 30 July 2012 by Chad-bisd (talk | contribs) (removed header layer to make the template more flexible by allowing the transcluding page to set the header level)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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