tiota Posted August 3, 2010 Share Posted August 3, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/209721-mysql-recover/ Share on other sites More sharing options...
fenway Posted August 5, 2010 Share Posted August 5, 2010 Do you have backups/logs/etc? Quote Link to comment https://forums.phpfreaks.com/topic/209721-mysql-recover/#findComment-1095539 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.