MySQL Forums
Forum List  »  MyISAM

Re: Conversion of text file into mysql table
Posted by: Ingo Strüwing
Date: June 16, 2005 01:27AM

MyISAM table files are not text files. They contain a lot of NUL bytes, which are not handled well by most text tools. The record layout depends on table types. There exists a plethora of rules, how to store column values in which situation. I do not believe that it makes sense to implement this all anew. Just use the MyISAM functions.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Conversion of text file into mysql table
2608
June 16, 2005 01:27AM


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.