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

Trouble login to PLESK panel

R

Roger Nordseth

Guest
This is the error i get

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

0: common_func.php3:168
db_query(string 'select param, val from misc')
1: common_func.php3:587
get_param(string 'mysql41_compatible')
2: common_func.php3:484
db_set_names()
3: common_func.php3:463
db_connect_real(string 'localhost', string 'admin', string '**********************', string 'psa')
4: common_func.php3:443
db_connect()
5: auth.php3:90
 
Seems there are two MySQL processes that could not quit properly even after sending then 'SIGTERM' signal. Try to stop it first with:

# /etc/init.d/mysqld stop

It should be [FAILED]
Try to find all mysql processes with

# ps axww | grep mysql | grep -v grep

And kill them all. Then start mysql with

# /etc/init.d/mysqld start

when no any mysql processes with be there. It should help.
 
Back
Top