[EMAIL PROTECTED] wrote:
> 
> try
> 
> echo file.sql > mysql -u username -p password databasename
> 
> or on dos
> 
> type file.sql > mysql -u username -p password databasename
> 
> That should execute the scripts on the db in question,
> 
> or you can download a a tool like mysqlgui/mysqlfront and
> use it to load and run the queries.
> 
> Sean

Or,

mysql -u username -p password databasename < file.sql

Van

-- 
=================================================================
Linux rocks!!!   http://www.dedserius.com/
=================================================================

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to