PHP Connection Error with localhost -
why this.
warning: mysqli_connect(): (hy000/1045): access denied user 'root'@'localhost' (using password: yes) in /usr/local/zend/share/userserver/s/index.php on line 2
when $con = mysqli_connect("127.0.0.1","root","xxx","s");
?
i've tried localhost
, didn't work either. i'm positive credentials correct. ideas?
Comments
Post a Comment