01.11.2012, 12:46
Your server isn't connected correctly to the database..
Try this :
#define mysql_host "localhost" //Has to be a string
#define mysql_user "root" //Has to be a string
#define mysql_password "" //There is none for wamp unless you set one.
#define mysql_database "ucp" //Has to be a string
Try this :
#define mysql_host "localhost" //Has to be a string
#define mysql_user "root" //Has to be a string
#define mysql_password "" //There is none for wamp unless you set one.
#define mysql_database "ucp" //Has to be a string