• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

help!

A

arvin

Guest
hello guys!

Warning: mysql_pconnect(): Access denied for user 'epc_sql_user'@'localhost' (using password: YES) in C:\Inetpub\vhosts\main.epciran.com\httpdocs\Connections\conn_epciran.php on line 23

Fatal error: Access denied for user 'epc_sql_user'@'localhost' (using password: YES) in C:\Inetpub\vhosts\main.epciran.com\httpdocs\Connections\conn_epciran.php on line 23


how can i solve this problem?
 
1.Change user host access to localhost in order scripts and queries to work
2. For users who need access remotely leave remote host access also

You can perform operations either in phpMyAdmin or in mysql cli

John S.G.
 
I am having this problem too, can someone advise how to fix it?
 
I solve this problem:

When you receive this kind of errors (access denied, credential errors and ...) you maybe have these problems:

1- username/password
2- db name(!)

I solve my problem in this way:

With phpmyadmin connected to psa mysql db on port 8306 and user and pass same with admin and pass plesk log in.

Then going to change the password of this user,

And then my problem was solved!

Hope this help any one who have the same problem!
 
Back
Top