View Single Post
  #118  
Old 01-02-2014, 08:00 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Some common issues are:
  • Your Firewall is not forwarding the port correctly to your internal device (3306)
  • Windows Firewall is blocking your Mysql service (3306)
  • Your Mysql user is not properly configured to allow connections remotely (Root can be set to not allow remote connections)
  • Your Mysql user 'host' is not allowing EoC to connect, either '%' or '69.168.254.244' is not set as the allowed host

EoC won't have an issue connecting to your database given that it is actually visible to the outside world. You have to have everything open for it to be able to even see your Database before it will work correctly. Many users use this successfully however some might find a little difficulty with the initial connection.

Once they are in, the rest is easy.
Reply With Quote