Results 1 to 6 of 6

Thread: Some of MySQL databeses has no MID and MIY

  1. #1

    Default Some of MySQL databeses has no MID and MIY

    Hi,

    I had a problem with my MySQL Server on my Windows Server 2008. after fixing the issue, Some of my databases has just .frm files and no .MID and .MIY!!!

    my questions is:

    1. Is there a special folder that I should look for them?
    2. What is the C:\Program Files\Parallels\Plesk\MySQL\Backup\sql-DATE.zip files? Is it a daily backup folder for MySQL databases? and if so, how can I use it for restore my databases files?

    Regards,



  2. #2
    Kilo Poster
    Join Date
    Aug 2006
    Posts
    27

    Default

    It maybe those db's use InnoDB engine, which have it's own structure. (default is all in one file)



  3. #3

    Default

    No, They are all MySQL. I'm sure.



  4. #4

    Default

    FarshidG, you have two major engines within MySQL: MyISAM and InnoDB. Is a table is InnoDB, you will just have .FRM files.



  5. #5

    Default

    Unfortunately it is MyISAM.



  6. #6

    Default

    In that case, you can try to repair all data databases:

    > %plesk_dir%\Databases\MySQL\bin\mysqladmin.exe -u admin -p --repair --all-databases



Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •