Re: [PHP-DB] bulk miorting rows into mysql db

2002-12-13 Thread 1LT John W. Holmes
> I have a few hundred rows of data to import into a mysql db. Its currently > tab separated. > > What's the most straight forward way (ie i dont want to enter it line by > line) of doing a bulk import? > > I have full admin rights to my dev server. Is there a method or software app > that people c

Re: [PHP-DB] bulk miorting rows into mysql db

2002-12-13 Thread Adam Williams
use mysqlimport, its a program that comes with MySQL. go to www.mysql.com and click on documentation to learn more about it. Adam On Fri, 13 Dec 2002, mikek wrote: > I have a few hundred rows of data to import into a mysql db. Its currently > tab separated. > > What's th

[PHP-DB] bulk miorting rows into mysql db

2002-12-13 Thread mikek
I have a few hundred rows of data to import into a mysql db. Its currently tab separated. What's the most straight forward way (ie i dont want to enter it line by line) of doing a bulk import? I have full admin rights to my dev server. Is there a method or software app that people can recommend