Jump to content

mysql recover


tiota

Recommended Posts

MYSQL 5.1.36

 

hi

I have a big problem, I delete all data from one of my table when I typed the command

 

delete from late;

 

How to recover those lost data ?

 

my table structure below

+--------------+--------------+------+-----+---------+----------------+

| Field        | Type        | Null | Key | Default | Extra          |

+--------------+--------------+------+-----+---------+----------------+

| late_id      | int(11)      | NO  | PRI | NULL    | auto_increment |

| emp_num      | char(20)    | NO  | MUL | NULL    |                |

| late_date    | date        | NO  |    | NULL    |                |

| late_timein  | time        | NO  |    | NULL    |                |

| late_reasons | varchar(100) | NO  |    | NULL    |                |

+--------------+--------------+------+-----+---------+----------------+

 

 

Thanks in advance

 

 

Link to comment
https://forums.phpfreaks.com/topic/209721-mysql-recover/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.