19.10.2015, 16:46
I am running a gamemode which supports mysql database i need help as i am getting some errors well the error is that i entered correct mysql information but i get the error
even tho my pass is correct and the mysql information is also correct even if i dont add a pass i get this error
my mysql_connect line:
Can someone help please :/
Quote:
[MySQL] Error (0): Failed to connect. Access denied for user 'cnr'@'localhost' (using password: YES). |
my mysql_connect line:
Quote:
mysql_connect("127.0.0.1", "cnr", "cnr", "i0tykunhp7", connection, 1); |