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

mysql - java.sql.SQLException Parameter index out of range (1 > number of parameters, which is 0) -

c - ALSA programming: how to stop immediately -