How to run mysql server
#1

How to run mysql server on host? Tutorial would be great. Thanks.
Reply
#2

Who is your host? Or what is it?
Reply
#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
#4

Guy Can Tell me how Can i Use XAMPP in Linux??
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)