-
Website
http://blog.kovyrin.net -
Original page
http://blog.kovyrin.net/2008/04/14/innodb-recovery-toolset-version-03-released/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
for you health
3 comments · 1 points
-
jamiew
1 comment · 6 points
-
qu1j0t3
1 comment · 1 points
-
TomK32
1 comment · 1 points
-
Scoundrel
9 comments · 1 points
-
-
Popular Threads
благо с mysql стал сталкиваться поменьше)
* The tables in the database where dropped and re created - new tables does not have any data
I want to get back my old data which was deleted , my ibdata file is around 500 MB in size and the tables have DECIMAL data types , i was able to get back data belonging to couple of tables but the time taken to scan the whole ibdata file is too huge ( since the tables were dropped i don't know the page numbers to scan hence the whole table space scan ) and also the create_defs.pl seem to treat decimal types as char and not numeric ( it is FT_CHAR and not FT_DECIMAL ) , even if i manually change to FT_DECIMAL still i am not able to get the data , my questions are how to speed up the time taken to scan the table space and how to recover decimal data types , please help