I gave a delete in some files of the table, have some way to recover? I heard about flashback, but for the little I researched it is only for oracle.
I gave a delete in some files of the table, have some way to recover? I heard about flashback, but for the little I researched it is only for oracle.
If you have active binary logs, you can use the mysqlbinlog
to generate a SQL file and then open it and find the missing data:
mysqlbinlog meuficheiroBinarioDeLog > minhaConsulta.sql
Excluding this, even if you have backups of your database.