View Single Post
  #2  
Old 10-29-2014, 04:54 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Try uncommenting your bind address entry in my.cnf and setting it to the ip on your NIC (possibly your public IP, but may be a LAN IP if you are running behind a router from your home or something):

Code:
bind-address = x.x.x.x
(where x.x.x.x is your IP)

This allows mysql to listen on your external facing interface so connections can be allowed from there.

You then need to restart mysql for the changes to take effect.

If that works for you, then you can always lock stuff down later once you have basic connectivity work. It is always easier to work backwards from something that is working than it is to try to set tight security settings and make something work that isn't yet.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote