connect ETIMEDOUT
See original GitHub issuehi I’m using the latest version of mysql-async
and i just have this problem on my VPS , on my local pc it’s fine and no errors happend
i try to unblocking the ports and nothing happend
i can connect to mysql very quick and esay and mysql is fine
what can i do?
Errors :
[ERROR] [MySQL] [esx_addoninventory] An error happens on MySQL for query “SELECT * FROM items”: connect ETIMEDOUT
[ERROR] [MySQL] [esx_addonaccount] An error happens on MySQL for query “SELECT * FROM addon_account”: connect ETIMEDOUT
[ERROR] [MySQL] [esx_datastore] An error happens on MySQL for query “SELECT * FROM datastore”: connect ETIMEDOUT
[ERROR] [MySQL] [esx_trunk] An error happens on MySQL for query “SELECT * FROM trunk_inventory”: connect ETIMEDOUT
[ERROR] [MySQL] [esx_trunk] An error happens on MySQL for query “DELETE FROM trunk_inventory
WHERE owned
= 0”: connect ETIMEDOUT
[ERROR] [MySQL] [esx_quincaillerie] An error happens on MySQL for query “SELECT * FROM items”: connect ETIMEDOUT
[ERROR] [MySQL] [esx_society] An error happens on MySQL for query “SELECT * FROM jobs”: connect ETIMEDOUT
[ERROR] [MySQL] [esx_eden_garage] An error happens on MySQL for query “UPDATE owned_vehicles SET state=true WHERE state=false”: connect ETIMEDOUT
[ERROR] [MySQL] [esx_pharmacy] An error happens on MySQL for query “SELECT * FROM items”: connect ETIMEDOUT
Issue Analytics
- State:
- Created 3 years ago
- Comments:14
Top GitHub Comments
The reason for this error is the version of resources resources need sync by SQL must have a version and this version must be same in mysql-async and resource so you need to use older version of mysql-async like version 2.0.0 or update your resources @bandidom9 @Vigilioon
I have a very large MLO that loads slow. I moved it to the top of the list since it’s not dependent on anything else so that it loads before any mysql stuff and seemed to fix my issue.