Hi all,
Today/Tonight I'm having trouble with this and I get this error in console:
[2012-01-22 02:59:28] ERROR: [gameplay]\JL\server.lua:3: dbConnect failed; Can't connect to MySQL server on 'mysql13.000webhost.com' (10060)
this is all I got in the script:
addEventHandler("onResourceStart",getResourceRootElement(getThisResource()),
function()
cnct = dbConnect("mysql","dbname=a4528318_players;host=mysql13.000webhost.com","a4528318_JWP","*********")
end)
Is this an error or bug?