Help Me Setup MYSQL.
#1

So i am using Wamp Server and i want to set up mysql for a server i downloaded. Here Are The Codes I have:
i don't know how much field and tables to set etc..Please help me out.i will be constantly refreshing this page.


#define DB_HOST "localhost"
#define DB_USER "root"
#define DB_PASS ""
#define DB_ "DBNAME"

#define THREAD_LOGIN 1
#define THREAD_REGISTER 2
#define THREAD_UPDATE 3
#define THREAD_CHECK_NAME 4
#define THREAD_CHANGE_NAME 5
#define THREAD_GENDER_SELECT 6
#define THREAD_DOB_ENTRY 7
#define THREAD_LOADHOUSES 10
#define THREAD_SAVEHOUSES 11
#define THREAD_SAVENEWS 12
#define THREAD_LOADNEWS 13
#define THREAD_SAVEBAN 14
#define THREAD_UNBAN 15
#define THREAD_BANCHECK 16
#define THREAD_BANCHECKN 17
#define THREAD_BANKICK 18
#define THREAD_LOADWEED 19
#define THREAD_LOADTRUNK 20
Reply
#2

Just change this.
pawn Код:
#define DB_HOST "localhost"
#define DB_USER "root"
#define DB_PASS ""
#define DB_ "DBNAME"
And import your dump.sql
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)