Gamemod doesn't connect to the database
#2

It would appear that those SQL defines at the top are doing nothing, since the connect query looks like this

pawn Код:
mysql_connect("192.168.42.1", "Exodus", "Exodus_one", "prawnfuckingcrackers");
It should be

pawn Код:
mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS);
Make sure you've created a database on your MySQL server called "samp".
Reply


Messages In This Thread
Gamemod doesn't connect to the database - by Ed2ka49 - 04.08.2010, 19:17
Re: Gamemod doesn't connect to the database - by JaTochNietDan - 04.08.2010, 21:28
Re: Gamemod doesn't connect to the database - by Cameltoe - 04.08.2010, 21:31
Re: Gamemod doesn't connect to the database - by Ed2ka49 - 05.08.2010, 09:00
Re: Gamemod doesn't connect to the database - by Mike Garber - 05.08.2010, 09:03
Re: Gamemod doesn't connect to the database - by Ed2ka49 - 05.08.2010, 09:21
Re: Gamemod doesn't connect to the database - by playbox12 - 05.08.2010, 09:22
Re: Gamemod doesn't connect to the database - by Ed2ka49 - 05.08.2010, 09:45
Re: Gamemod doesn't connect to the database - by Mimic - 05.08.2010, 11:30

Forum Jump:


Users browsing this thread: 1 Guest(s)