question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

connect ETIMEDOUT

See original GitHub issue

hi 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:closed
  • Created 3 years ago
  • Comments:14

github_iconTop GitHub Comments

1reaction
zoomlordircommented, May 11, 2020

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

0reactions
Chip-Wcommented, Dec 17, 2020

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What could cause "connect ETIMEDOUT" error when the URL ...
Anyway, I've got Problem with request: connect ETIMEDOUT when I run the code and I have no idea how to fix it. What...
Read more >
How do I resolve the error: connect etimedout
ETIMEDOUT (Operation timed out): A connect or send request failed because the connected party did not properly respond after a period of time....
Read more >
HOW can i solve the Error: connect ETIMEDOUT when try to ...
The error always states the Error: connect ETIMEDOUT… the funny thing is that i can connect the cluster with mysql client terminal and...
Read more >
Fixing Etimedout error - Postman
The ETIMEDOUT error means that the request took more time than the webserver configuration allows and the connection has been closed by the ......
Read more >
Error: connect ETIMEDOUT - Salesforce Stack Exchange
ETIMEDOUT (Operation timed out): A connect or send request failed because the connected party did not properly respond after a period of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found