Nгo consigo conectar com banco de dados MySQL
#1

Quote:

#define HOSTNAME "localhost"
#define USERNAME "root"
#define DATABASE "samp"
#define PASSWORD ""

new MySQL:conexao;

OnGameModeInit:

conexao = mysql_connect(HOSTNAME, USERNAME, DATABASE, PASSWORD);
if(mysql_errno() == 0)
{
print("MySQL: Conexao com banco de dados estabelecida com sucesso.");
}
else
{
print("MySQL: Nao foi possivel conetar com o banco de dados MySQL!");
print("!!! Desligando servidor... !!!");
SendRconCommand("exit");
}

Server LOG:

[15:57:16] MySQL: Nao foi possivel conetar com o banco de dados MySQL!
[15:57:16] !!! Desligando servidor... !!!
Nгo sei mais o que fazer, ja desinstalei tudo e instalei denovo, e nгo consigo corrigir, alguйm poderia ajudar?
Reply
#2

dude u can post this at your language section > http://forum.sa-mp.com/forumdisplay.php?f=33
or edit this post and translate to english please, we dont understand this.
Reply
#3

Friend, here is the English board and follow this link> Link
Reply
#4

did you upload the database.sql to phpmyadmin ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)