How to run mysql server - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How to run mysql server (
/showthread.php?tid=225807)
How to run mysql server -
jaguarxxd - 14.02.2011
How to run mysql server on host? Tutorial would be great. Thanks.
Re: How to run mysql server -
WarServers - 14.02.2011
Who is your host? Or what is it?
Re: How to run mysql server -
showarn - 15.02.2011
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?
P
ortforward 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,"|")
Re: How to run mysql server -
Sajjawal_Funter - 29.09.2012
Guy Can Tell me how Can i Use XAMPP in Linux??