• 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.

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