set mysql_connection_string "server=127.0.0.01;database=gta5_gamemode_essential;userid=root;password=1202" Usage Waiting for MySQL to be ready You need to encapsulate your code into MySQL.ready to be sure that the mod will be available and initialized before your first request. MySQL.ready(fu...
But it does not matter if the initial connect does not work. It is only one connection in the pool that failed and the resource still works; or at least when I managed to trigger it. That hitch from the nucleus connection seemed to be interfering sometimes. ...