Hi,
I got error ( "error": "Could not connect to MySQL:\nError: Handshake inactivity timeout" ).
Sails apps server(192.168.10.10) Database Mysql(192.168.10.11).
Config:
someMysqlServer: {
adapter: 'sails-mysql',
host: '192.168.100.4',
user: 'root',
port: 3306,
password: 'xxx',
database: 'yyy'
},
If SailsApps and DB in the same machine, it works well but if different machine I got error.
Please need help?
Thanks