RE: Reading .MYD file of Mysql Tables

2011-01-10 Thread Rolando Edwards
In reality, you better off manipulating the MyISAM tables via SQL. However, if you really are that adventurous about low-level reads of MyISAM tables, I have a crazy suggestion for you !!! The old MySQL book used as reference to MySQL 3.23/4.0 describes manipulating a MyISAM table with an API t

Re: Reading .MYD file of Mysql Tables

2011-01-09 Thread Reindl Harald
Why in the world will you manually change a binary file form a db-server instead using sql-statements? I would mean this is russian roulette with no winning chance Am 10.01.2011 05:14, schrieb Adarsh Sharma: > Dear all, > > I am facing a issue which should be resolved by editing .MYD file of a T