Posts: 517
Threads: 112
Joined: Oct 2013
Sup guys can you tell me what is this ?
pawn Код:
#define MYSQL_HOST "localhost"
#define MYSQL_USER "root"
#define MYSQL_UPASS ""
i need to edit it ?
do i need replace something ?
please fast
Posts: 954
Threads: 24
Joined: Jul 2012
Reputation:
0
These are defines, basically you use them to define a specific variable for example MYSQL_HOST is the host where your MySQL database is.. It's usually an IP or localhost depending on if your server is hosted on the same server as the database. MYSQL_USER is your username used to login to the MySQL database and finally MYSQL_UPASS is the password.
Posts: 517
Threads: 112
Joined: Oct 2013
my server is hosted and i got There Create MYQQL i did it i get password and user from the host
now how can i add the Database on the MYSQL ?