MYSQL Connect - Error
#1

Код:
[11:59:21] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #1045 'Access denied for user 'root'@'localhost' (using password: YES)'
[11:59:21] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #1045 'Access denied for user 'root'@'localhost' (using password: YES)'
[11:59:21] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #1045 'Access denied for user 'root'@'localhost' (using password: YES)'
[11:59:21] [plugins/mysql] CConnection::CConnection - establishing connection to MySQL database failed: #1045 'Access denied for user 'root'@'localhost' (using password: YES)
pawn Код:
#define    MYSQL_HOST        "127.0.0.1"
#define    MYSQL_USER        "root"
#define    MYSQL_DATABASE    "tw_server"
#define    MYSQL_PASSWORD    "admin"


pawn Код:
public OnGameModeInit()
{
    mysql = mysql_connect("127.0.0.1", "root", "admin", "tw_server");
}
Reply


Messages In This Thread
MYSQL Connect - Error - by DerickClark - 21.01.2017, 17:07
Re: MYSQL Connect - Error - by Yaa - 21.01.2017, 17:13
Re: MYSQL Connect - Error - by DerickClark - 21.01.2017, 17:16
Re: MYSQL Connect - Error - by Yaa - 21.01.2017, 17:19
Re: MYSQL Connect - Error - by KNIGHT786 - 21.01.2017, 17:24
Re: MYSQL Connect - Error - by Yaa - 21.01.2017, 17:28
Re: MYSQL Connect - Error - by khRamin78 - 04.10.2018, 00:22
Re: MYSQL Connect - Error - by UFF - 04.10.2018, 05:06

Forum Jump:


Users browsing this thread: 1 Guest(s)