On Friday 09 April 2004 09:52 am, Mark Susol | Ultimate Creative Media 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)?
>

FTP the sql file to the machine/account that you are ssh'ing into. Then do

mysql -u username -p databasename < sql_file_to_load

James


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to