php - MySQL - able to access database after deleting .frm and .ibd files -


i have mysql server running out error. accidentally removed .ibd , .frm files. server not throwing error. continue data insert , operations using command line.

i found using ibdata files temporarily stored , access records.

if try access records show no records found. , show no tables available 'show tables' doesn't throw error message if access using particular table name

how on come scenario. if .ibd or .frm file deleted should throw error if access table.

try check table my_table extended;

edit:

repair table tbl_name extended should bring corrupted data. please make backup of table , whole database first.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -