Help with mysql
#2

First you must have XAMPP to run MySQL via Localhost

Код:
#define MySQL_HOST "localhost"   //To run MySQL by Home host or localhost (Do not change this)
#define MySQL_USER "root"   //default phpMyAdmin username (Do not change)
#define MySQL_PASS " "   //default phpMyAdmin password is empty (You will need to change it later)
#define MySQL_DB "sa-mp" //Now here is your database you have created.
Anyway, are you going to run it first by localhost or you want to put it immediate online?
Reply


Messages In This Thread
Help with mysql - by Meow22 - 16.11.2013, 04:27
Re: Help with mysql - by kbalor - 16.11.2013, 04:54
Re: Help with mysql - by Meow22 - 16.11.2013, 05:04
Re: Help with mysql - by kbalor - 16.11.2013, 05:12
Re: Help with mysql - by Meow22 - 16.11.2013, 05:18
Re: Help with mysql - by kbalor - 16.11.2013, 05:21

Forum Jump:


Users browsing this thread: 2 Guest(s)