• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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