03.06.2018, 05:04
Quote:
Where to edit lines?
//--------------------------------------- #define MySQL_HOST "localhost" //This will connect you to your local host #define MySQL_USER "root" //default phpMyAdmin username #define MySQL_PASS " " //default phpMyAdmin password is nothing, until you change it! // -------> IMPORTANT LINE < -----------// #define MySQL_DB "sa-mp" //Now here you have to put your database's name. (Put what you put in the phpMyAdmin in above step |