MrPancakers / ragemp-mysql

A basic RageMP MySQL script to help get you started with a quick account system so you don't have to worry about setting it all up yourself. This has been coded to make it as readable as possible for beginners.
13 stars 14 forks source link

[MYSQL] Error: ETIMEDOUT #4

Closed T4KUUY4 closed 4 years ago

T4KUUY4 commented 4 years ago

Hello, sadly the mysql connection doesnt really work all the time. it works sometimes but thats rare. The DB is hosted locally so i dont really understand why i get a timeout

T4KUUY4 commented 4 years ago

GOT IT FIXED!!

T4KUUY4 commented 4 years ago

Theres an undefined Timeout value in the Node_Module "mysql" Go into Connection_config and change this value: this.connectTimeout = options.connectTimeout =30000; //? (10 * 1000) //: options.connectTimeout;