[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hello please help me out


sean.odonnell@xxxxxxxxx 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 <mysql-thread77896@xxxxxxxxxxxxxxx>
To unsubscribe, e-mail <mysql-unsubscribe-treed=ultraviolet.org@xxxxxxxxxxxxxxx>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



This mailing list archive is a service of Copilot Consulting.