28.03.2015, 22:12
pawn Код:
new MySQL;
#define MySQL_HOST "http://projeto-bpl-rpg.esy.es/freeroam.sql"
#define MySQL_USER "Dayvison"
#define MySQL_DB "freeroam"
#define MySQL_Senha ""
public OnGameModeInit()
{
MySQL = mysql_connect(MySQL_HOST, MySQL_USER, MySQL_DB, MySQL_Senha);
if(mysql_errno(MySQL) != 0)
{
print("Could not connect to database!");
}
else
{
print("Connect to database!");
}
return true;
}
Quote:
[19:03:52] Could not connect to database! |
Irб ver que o arquivo estб la...
Aqui tem uma print do usuario:
Usando Hostinger...
@Edit acabo de descobrir que que o hostinger nгo suporta MySQL, caso alguem saiba um Free em que eu possa hospedar, Por favor avise