[MSQL] Problem with connection, to MSQL database.
#1

Hello, im Newbie with MSQL, cause is started not long ago. I have a problem, because it always says that it connects to MySQL Database, even if i turn it off... Here's the script:

Код:
ConnectMySQL()
{
	if(mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_DB, MYSQL_PASS))
	    print("[MySQL] Connection to the MySQL Database was successfully!");

	else
	    print("[MySQL] Could not connect to the MySQL Database!");
}
Please help me, if you know what is the problem.
Reply


Messages In This Thread
[MSQL] Problem with connection, to MSQL database. - by Type-R - 10.10.2011, 01:48
Re: [MSQL] Problem with connection, to MSQL database. - by [HiC]TheKiller - 10.10.2011, 01:53
Re: [MSQL] Problem with connection, to MSQL database. - by Type-R - 10.10.2011, 03:08

Forum Jump:


Users browsing this thread: 2 Guest(s)