Re: Restoring all databases
Tim Gallagher wrote:
> I did a mysqldump (mysqldump -u username -p password -A >filepath_filename.sql)
> I want to restore the dumped data, what is the command.
mysql -uuser -ppass database_name <filename.sql
--
felix
Please use
BBCode to format your messages in this forum.
Subject
Views
Written By
Posted
41576
May 09, 2005 11:19AM
Re: Restoring all databases
21229
May 09, 2005 11:32AM
18966
May 10, 2005 07:53AM
21463
May 10, 2005 08:01AM
12314
May 10, 2005 08:04AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.