• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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