21.11.2015, 08:23
Quote:
Check again. It's clearly trying to log in with a password, be sure that the password
parameter is like this: "" and not like this: " ". Not sure if that matters, but it's clearly trying with a password. |
Код:
#define MYSQL_PASS ""
Quote:
Check where the MySQL database opens. Maybe you've wrote the password there?
|
Код:
mysql_connect(MYSQL_HOST, MYSQL_USER, MYSQL_PASS, MYSQL_DB, mysqlconnection, 1);