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

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -