RESOLUTION
Full error message:
ERROR:
Unable to query: Can't find file: 'misc.MYD' (errno: 2)
0: /usr/local/psa/admin/plib/common_func.php3:203 psaerror(string "Unable to query: Can't find file: 'misc.MYD' (errno: 2)")
1: /usr/local/psa/admin/plib/common_func.php3:390 db_query(string "select param, val from misc")
2: /usr/local/psa/admin/plib/class.Session.php:113 get_param(string "login_timeout")
3: /usr/local/psa/admin/auto_prepend/auth.php3:139 Session->Session()
Since Plesk 7.5.3 'psa' database is stored in InnoDB format. Make sure that InnoDB format is enabled. Check if the following line exists in /etc/my.cnf:
innodb_data_file_path=ibdata1:10M:autoextend
If it doesn't, add it into the [mysqld] section and restart MySQL.