I deleted records in a MySQL table two days ago. Can you please help me to get back these records. I don't know how to repair the MySDL table.
Please help me to get back the deleted data and mention some way to create a backup for my MySQL database.
I deleted records in a MySQL table two days ago. Can you please help me to get back these records. I don't know how to repair the MySDL table.
Please help me to get back the deleted data and mention some way to create a backup for my MySQL database.
There's no "magical" way to restore deleted data, so :

To create a backup, you simply have to export the whole database in a file. This can be done easily with any database manager. Here is how to do it with PHPMyAdmin :
Export (top of the page)Go for a quick and full export