Tuesday 20 August 2019

php - How to resolve "Access denied for user 'drngpasc'@'localhost'" Error?

Hai Alex



Thank you for your answer.One more error as follow:




Warning: mysql_connect()
[function.mysql-connect]: Access

denied for user 'drngpasc'@'localhost'
(using password: YES) in
D:\xampp\htdocs\ngp\connect.php on
line 2



Warning: mysql_select_db()
[function.mysql-select-db]: Access
denied for user 'ODBC'@'localhost'
(using password: NO) in
D:\xampp\htdocs\ngp\connect.php on

line 4



Warning: mysql_select_db()
[function.mysql-select-db]: A link to
the server could not be established in
D:\xampp\htdocs\ngp\connect.php on
line 4


No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...