• 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
  • Please beaware of a breaking change in the REST API on the current Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

ERROR: PleskMainDBException

D

drfarzad

Guest
my plesk gives me this error :

ERROR: PleskMainDBException
MySQL query failed: Incorrect information in file: './psa/misc.frm'

0: /usr/local/psa/admin/plib/common_func.php3:168
db_query(string 'select param, val from misc')
1: /usr/local/psa/admin/plib/common_func.php3:587
get_param(string 'mysql41_compatible')
2: /usr/local/psa/admin/plib/common_func.php3:484
db_set_names()
3: /usr/local/psa/admin/plib/common_func.php3:463
db_connect_real(string 'localhost', string 'admin', string '********', string 'psa')
4: /usr/local/psa/admin/plib/common_func.php3:443
db_connect()
5: /usr/local/psa/admin/auto_prepend/auth.php3:90



what should i do?
 
Did you modified my.cnf? If yes, see if there is
skip-innodb, if is there, comment it, #skip-innodb
 
Sorry to here that,

another option can be to replace it with an actuall backup from the psa db or try to repair psa/misc.frm via comandline commands from mysql

how can i try to repair psa/misc.frm via comandline commands from mysql
 
Back
Top