On Thursday 03 April 2003 09:28, Justin French wrote:

> I have a 2.7meg dump of SQL created by phpMyAdmin [1], however when I try
> to import this data back into mysql through phpMyAdmin, it times out
> (understandably), so I guess I need to do this from the command line, but
> have no idea how to go about this AT ALL... can anyone point me in the
> right direction?

Something like:
        
        mysql -uuser_name -puser_password database_name < script.sql


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [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]

Reply via email to