• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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