Trivial MYSQL problem.
#1

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 :
PHP код:
#define SQL_HOST "localhost"
#define SQL_USER "root"
#define SQL_PASS ""
#define SQL_DB "gm"
static MySQL;
public 
OnGameModeInit()
{
    
MySQL mysql_connect(SQL_HOSTSQL_USERSQL_DBSQL_PASS); // This line 
Код:
warning 213: tag mismatch
I don't understand why.
Reply


Messages In This Thread
Trivial MYSQL problem. - by Dayrion - 30.09.2016, 19:08
Re: Trivial MYSQL problem. - by Kaliber - 30.09.2016, 19:15
Re: Trivial MYSQL problem. - by Konstantinos - 30.09.2016, 21:48
Re: Trivial MYSQL problem. - by Dayrion - 01.10.2016, 05:28
Re: Trivial MYSQL problem. - by TheDarkBlade - 01.10.2016, 06:05
Re: Trivial MYSQL problem. - by Konstantinos - 01.10.2016, 07:10
Re: Trivial MYSQL problem. - by Dayrion - 01.10.2016, 08:06
Re: Trivial MYSQL problem. - by Dayrion - 03.10.2016, 06:07
Re: Trivial MYSQL problem. - by Konstantinos - 03.10.2016, 09:45
Re: Trivial MYSQL problem. - by Dayrion - 13.10.2016, 15:19

Forum Jump:


Users browsing this thread: 1 Guest(s)