• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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