02.03.2013, 13:27
I'm using Volt-Host. It has a MySQL database. When I go into my gamemode and insert the name of my database, the server doesn't load the MySQL database. Am I missing something?
REP+ for working solution.
pawn Код:
#define mysql_host "localhost" //I believe this should be changed to my hosts IP?
#define mysql_user "root" //What is this used for?
#define mysql_password "" //Do I need this?
#define mysql_database "battlefield" //Where do i find the name of my database? It says something like "8081_battlefield" on my MySQL host.