How to run mysql server
#3

Download Xampp? Create a database?Include ur mysql.sql in ur database? Configure ur settings in ur mysql gm?
hostname "localhoost"
Username "root"
Password "urpassword on phpmyadmin"
"databasename" ur database name?



Portforward 3306/80/443 and the gta port 7777

Congratulations you now have xampp running on ur computer and you may now start ur server glhf



Should look like this

pawn Код:
// Your MySQL DB shit
#define SQL_HOST                                                                "localhost" // Default is using WAMP
#define SQL_USER                                                                "root" //leave
#define SQL_PASS                                                                "CHANGE"
#define SQL_DB                                                                  "CHANGE" // Important to change this! its ur DATABASE NAME!
#define mysql_fetch_row(%1)                                                     mysql_fetch_row_format(%1,"|")
Reply


Messages In This Thread
How to run mysql server - by jaguarxxd - 14.02.2011, 13:18
Re: How to run mysql server - by WarServers - 14.02.2011, 18:25
Re: How to run mysql server - by showarn - 15.02.2011, 13:52
Re: How to run mysql server - by Sajjawal_Funter - 29.09.2012, 08:54

Forum Jump:


Users browsing this thread: 1 Guest(s)