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

Can't find myi files?

P

pg116

Guest
I tried to get into the Plesk CP and I get this error:

Unable to query: Can't find file: 'misc.MYI' (errno: 2)
0: C:\Program Files\SWsoft\Plesk\admin\plib\common_func.php3:143 psaerror(string "Unable to query: Can't find file: 'misc.MYI' (errno: 2)")
1: C:\Program Files\SWsoft\Plesk\admin\plib\common_func.php3:299 db_query(string "select param, val from misc")
2: C:\Program Files\SWsoft\Plesk\admin\auto_prepend\auth.php3:442 get_param(string "def_locale")

Any ideas???
 
Hmm, interesting. What happened to your server?

Try the following:

1) in command-line window, change the directory to ...\Plesk\Mysql\bin
2) run mysql -uadmin -p psa
3) enter admin password when prompted
4) at mysql prompt enter "show table status like 'misc' \G"
5) then enter "check table misc;"

Post the results here.
 
Back
Top