• 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

Internal error: [MySQL][ODBC 3.51 Driver]Access denied for user 'apsc'@'localhost'

Savage

New Pleskian
Hello,
I've an issue on my plesk control panel, i can't showing my Application Vault:


Message [MySQL][ODBC 3.51 Driver]Access denied for user 'apsc'@'localhost' (using password: YES)[MySQL][ODBC 3.51 Driver]Access denied for user 'apsc'@'localhost' (using password: YES)
File aps_php.php
Line 7481
Type Exception

C:\Documents and Settings\Administrator>"%plesk_bin%\dbclient" --direct-sql --sq
l="select * from misc where param like '%aps%'"
param val
aps_database apsc
aps_host 127.0.0.1
aps_login apsc
aps_password XXXXX
aps_port 8306

C:\Documents and Settings\Administrator>"%plesk_dir%\MySQL\bin\mysql" -uapsc -p5
XXXXX -P 8306
ERROR 1045 (28000): Access denied for user 'apsc'@'localhost' (using password: Y
ES)

C:\Documents and Settings\Administrator>

who is this apsc user? How i can fix it? any help?

server win2k3 with plesk 10.4

Regards,
 
i can't find this user on my mysql database. Instead, is still present on the SQL db....
I've changed the db for plesk time ago to mysql. (in older plesk's versions... 7,8,9, i used msaccess db)

E:\>"%plesk_bin%\dbclient" --direct-sql --sql="select * from misc where param like '%aps%'"
param val
aps_database apsc
aps_host 127.0.0.1
aps_login apsc
aps_password XXX
aps_port 8306


E:\>"%plesk_dir%\MySQL\bin\mysql" -uapsc -pXXX -P 8306
ERROR 1045 (28000): Access denied for user 'apsc'@'localhost' (using password: YES)
 
Last edited:
Back
Top