@Jarrrk Does the command line also timeout when connecting to it?
Otherwise it would not be an issue with the mysql-async adapter.
@EpreeeN Several things:
a) Avoid SELECT * queries, these are always unoptimized and should only be used when you need all the data.
b) Index your queries, more here