Page 1 of 1

Handshake inactivity timeout

PostPosted: 27. March 2019 21:01
by edellenburg
So I run i fivem game server on Linux 18.04. the game server connects to mariaDB. It keeps giving me error. I'm new to running game server and mariadb. Any help would be much appreciated. Here is the error I receive.

[EssentialMode] Current version: 6.1.0
[EssentialMode] Updater version: 6.1.0

[EssentialMode] Everything is nice and updated!

[MySQL] [Slow Query Warning] [esx_society] [10021ms] SELECT * FROM jobs
[ERROR] [MySQL] [esx_society] An error happens on MySQL for query "[object Object]": Handshake inactivity timeout
[MySQL] [Slow Query Warning] [esx_property] [10012ms] SELECT * FROM properties
[ERROR] [MySQL] [esx_property] An error happens on MySQL for query "[object Object]": Handshake inactivity timeout
[MySQL] [Slow Query Warning] [esx_datastore] [10008ms] SELECT * FROM datastore
[ERROR] [MySQL] [esx_datastore] An error happens on MySQL for query "[object Object]": Handshake inactivity timeout
[MySQL] [Slow Query Warning] [esx_addoninventory] [10004ms] SELECT * FROM items
[ERROR] [MySQL] [esx_addoninventory] An error happens on MySQL for query "[object Object]": Handshake inactivity timeout
Error: (node:23500) UnhandledPromiseRejectionWarning: Error: Handshake inactivity timeout
at Handshake.<anonymous> (mysql-async.js:5826:17)
at emitNone (events.js:106:13)
at Handshake.emit (events.js:208:7)
at Handshake._onTimeout (mysql-async.js:321:8)
at ontimeout (timers.js:498:11)
at tryOnTimeout (timers.js:323:5)
at Timer.listOnTimeout (timers.js:290:5)
--------------------
at Protocol._enqueue (mysql-async.js:5807:48)
at Protocol.handshake (mysql-async.js:5714:23)
at PoolConnection.connect (mysql-async.js:720:18)
at Pool.getConnection (mysql-async.js:4577:16)
at Pool.query (mysql-async.js:4731:8)
at Promise (mysql-async.js:4970:12)
at new Promise (<anonymous>)
at execute (mysql-async.js:4967:26)