0
I am trying to connect to my local database and am getting the following errors:
#1045 - Access denied for user 'root'@'187.20.253.86' (using password: NO)
mysqli_real_connect(): (HY000/1045): Access denied for user 'root'@'187.20.253.86' (using password: NO)
I believe it’s because he’s trying to connect to 187.20.253.86
and not to the localhost
, but even if that’s the problem, I don’t know how to fix it.
I’m using the Wampserver 3.0.6.
Local server?
– user28595
Yes, it’s a local server.
– Francisco
But if it’s local because it’s using external ip to connect?
– user28595
I don’t know ;-; I lowered the Wamp and it came like this...
– Francisco
Any idea how to get back to the
localhost
? @Articuno– Francisco
How is the file
config.inc.php
?– user28595
I got it, I was looking at the
config.sample.inc.php
instead ofconfig.inc.php
kkkk– Francisco
I’m gonna make an answer to help other people who have the same problem
– Francisco