MySQL Forums
Forum List  »  MySQL Query Browser

Re: export mysql database
Posted by: mani raj
Date: May 17, 2009 01:00AM

Hi,

If you are using mysql in linux os use following commands to export:

mysqldump -u [username] -p[password] [dbname] [tables] > /tmp/filename.sql

Then you can use filename.sql in any location.

In windows :

open run and type cmd and go to mysql path and type the above command in cli.


Thanks
Maniraj

Options: ReplyQuote


Subject
Written By
Posted
October 21, 2005 10:32PM
February 25, 2008 11:54PM
March 10, 2009 10:30PM
March 11, 2009 07:55AM
Re: export mysql database
May 17, 2009 01:00AM


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.