Re: How to change "deleted flag" 0 to 1 from MyIsam Table
Database data files aren't intended for such direct edits---remember, one of EF Codd's basic rules is "no back doors".
To do an emergency fix, you'd need to thoroughly understand the MyISAM data file format and the code that maintains it, then you'd need a binary editor rather than a text editor like NotePad.
Absent a backup, you're probably better off rebuilding the data.
Subject
Views
Written By
Posted
798
April 08, 2020 01:47AM
Re: How to change "deleted flag" 0 to 1 from MyIsam Table
398
April 18, 2020 09:21PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.