Reply to thread

If you remove the entry for the tvserver from the client, will the client start?

 

It looks like you cannot connect to mysql.  I am not sure if SkyNet is the server or the client, but if it is the server, then you need to configure mysql to allow connections from remote hosts.  The easiest way to do that is to download and install mysql workbench and then config the system to allow those remote connections.

 

workbench->server administration->log on to your instance -> users and privileges:

you will see an entry for root from localhost, and you would need to change that to root from % to allow any host to connect to mysql

 

Also be sure that you can hit the server on port 3306.  Using the telnet trick above on port 3306 instead of 554 should do the trick.  You are just checking to be sure that you do not get a connection refused error.


Top Bottom