Re: [PHP-DB] equivalent to piping in Win98? From: Vince LaMonica (Vince.LaMonica <email protected>)
Date: 09/28/00

On 2000-09-28, Chris Murtland stated:

} 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.

FWIW, you can use the '|' in WinXX. You can also use the mysqlimport
application to import the dump.

/vjl/

-- 
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>