MySQL Issue
#9

pawn Код:
// somewhere ontop of your script, under the includes.
#define MyHOST "ip" // Server IP
#define MyUSER "root" // change it to a user account for mysql
#define MyPASS "" // Password
#define MyDB "SQLDB" // Database name

// under OnGameModeInit
mysql_init();
mysql_connect(MyHOST, MyUSER , MyPASS, MyDB );
Also, alot of websites block incoming and outgoing MySQL traffic outwith it's own system.
Reply


Messages In This Thread
MySQL Issue - by Criss_Angel - 28.01.2011, 14:14
Re: MySQL Issue - by Criss_Angel - 28.01.2011, 14:27
Re: MySQL Issue - by playbox12 - 28.01.2011, 14:53
Re: MySQL Issue - by Criss_Angel - 28.01.2011, 15:35
Re: MySQL Issue - by dice7 - 28.01.2011, 15:37
Re: MySQL Issue - by Criss_Angel - 28.01.2011, 15:45
Re: MySQL Issue - by Criss_Angel - 28.01.2011, 16:11
Re: MySQL Issue - by Criss_Angel - 28.01.2011, 16:23
Re: MySQL Issue - by Kaylux - 28.01.2011, 16:28
Re: MySQL Issue - by Criss_Angel - 28.01.2011, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)