• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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