David Blomstrom wrote:
Talk about lousy timing! I planned on staying up all night to get my database squared away so I can launch my websites in the next couple days. But the 30-day trial expired on all the MySQL GUI's I downloaded, and I can't import comma delimited files with phpMyAdmin.
Can you recommend any other programs that would do the job, either freeware or free trialware? Or is there some other strategy I could use?
mysqlimport <http://dev.mysql.com/doc/mysql/en/mysqlimport.html>
`LOAD DATA` <http://dev.mysql.com/doc/mysql/en/LOAD_DATA.html>
Strategy: use the tools that come with the program :-)
FWIW! -- Hassan Schroeder ----------------------------- [EMAIL PROTECTED] Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com
dream. code.
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
