08.08.2012, 16:56
Hello everybody.I made today register system with StrickenKid`s MySQL plugin.
I already defined all mySQL information in script
But In console is this:
When I register in server I can`t login with registred password.So How to disable that password??
I already defined all mySQL information in script
pawn Код:
#define MYSQL_HOST "127.0.0.1"
#define MYSQL_USER "root"
#define MYSQL_PASS ""
#define MYSQL_DB "playerdata"
Код:
[19:04:07] [MySQL] Error (0): Failed to connect. Access denied for user 'root'@'localhost' (using password: YES).