Search Results
Quote: Originally Posted by Crayder Show us the definitions of SQL_HOST, SQL_USER, SQL_PASSWORD, and SQL_DATABASE. Code: #define SQL_HOST = "localhost" #define SQL_USER = "root" #defin...
164
Code: public OnGameModeInit() { if(mysql_connect(SQL_HOST, SQL_USER, SQL_PASSWORD, SQL_DATABASE, sqlConnection, 1)) { printf("[DATABASE]: Connection failed to the database '%s'.", SQL_DATAB...
164