MySQL rollback on the MyISAM engine -
By mistake I run an update query. This update gave values to my table as O all rows.
Is it possible to rollback table values?
MyISAM does not support transactions, therefore, each person's statement, such as the transaction is enclosed by you Can not roll it back.
Comments
Post a Comment