• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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