-
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,
-
Apr 26, 2012, 06:35 AM
#2
It maybe those db's use InnoDB engine, which have it's own structure. (default is all in one file)
-
Apr 28, 2012, 06:35 AM
#3
No, They are all MySQL. I'm sure.
-
Apr 30, 2012, 03:29 AM
#4
FarshidG, you have two major engines within MySQL: MyISAM and InnoDB. Is a table is InnoDB, you will just have .FRM files.
-
Apr 30, 2012, 04:19 AM
#5
Unfortunately it is MyISAM.
-
Apr 30, 2012, 04:29 AM
#6
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
-
Forum Rules