• 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

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