[PHP-DB] equivalent to piping in Win98? From: Chris Murtland (chris <email protected>)
Date: 09/28/00

I have a mysqldump text file from a Unix server. I am trying to recreate the database locally and import the data into MySQL for Windows. On a Unix box, I usually do something like cat textfile.txt | mysql to import a bunch of records from a dump. How can I achieve the same thing in Windows? I tried pasting into the query tool in MySQL Manager, but there are too many records for this to work.

Thanks,
Chris

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>