• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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