Mark Susol|Ultimate Creative Media <[EMAIL PROTECTED]> wrote: > I'm trying only to update one table from a backup. I have the sql file > stripped down to just the INSERT commands. I have emptied the table from > phpMyadmin to start. > > How do I load this sql file so it runs all of the inserts in this file > through ssh (70MB)? >
mysql -h host_name -u user_name -p database_name < file.sql -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]