30.09.2016, 19:08
Hey. I've a problem with MySQL. I'm starting to learn how to use Mysql and there is no real tutoriel to use it.. so I try to learn by myself. Actually, the problem is i've a warning for this :
I don't understand why.
PHP код:
#define SQL_HOST "localhost"
#define SQL_USER "root"
#define SQL_PASS ""
#define SQL_DB "gm"
static MySQL;
public OnGameModeInit()
{
MySQL = mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS); // This line
Код:
warning 213: tag mismatch


