just little help
#6

first of all open your wamp and wait until it's green,second go to your browser and type : localhost/phpmyadmin then click enter, after that put the username as : root and no password and click enter. now click on databases you will find : create database
at that place type the name of database you want like : sa-mp then click enter, now you made the database you can define those settings:
#define SQL_HOST "..."
#define SQL_USER "..."
#define SQL_PASS "..."
#define SQL_DB "..."
they should be :
#define SQL_HOST "localhost"
#define SQL_USER "root"
#define SQL_PASS ""
#define SQL_DB "thedatabaseyoujustmade"
Reply


Messages In This Thread
just little help - by AIMigboboy - 20.04.2014, 15:44
Re: just little help - by NoahF - 20.04.2014, 15:48
Re: just little help - by AIMigboboy - 20.04.2014, 15:50
Re: just little help - by JeaSon - 20.04.2014, 15:52
Re: just little help - by AIMigboboy - 20.04.2014, 15:56
Re: just little help - by Eth - 20.04.2014, 16:15
Re: just little help - by AIMigboboy - 20.04.2014, 16:26
Re: just little help - by Konstantinos - 20.04.2014, 16:30
Re: just little help - by AIMigboboy - 20.04.2014, 16:31
Re: just little help - by Konstantinos - 20.04.2014, 16:34

Forum Jump:


Users browsing this thread: 1 Guest(s)