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

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -