MySQL Forums
Forum List  »  PHP

Re: Converting text files into ...
Posted by: Jonathan Stephens
Date: June 23, 2005 07:44PM

> ... the way which can convert text files into the table of MySQL database.

You might want to try

http://dev.mysql.com/doc/mysql/en/LOAD_DATA.html

or

http://dev.mysql.com/doc/mysql/en/mysqlimport.html

for this.

> The meaning of this word may exceed 256 characters or more.

Use a TEXT column for the definitions (up to 65,535 characters per record).

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
Re: Converting text files into ...
June 23, 2005 07:44PM


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.