• 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

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