MySQL Forums
Forum List  »  Backup

Re: Backup Command Line for MySQL (Windows)
Posted by: Rajesh IG
Date: March 27, 2008 09:00AM

Goto Command Prompt where mysqldump.exe file is located, usually in bin folder

c:\......\bin\>

give command

mysqldump -u <username> -p --databases <database_name> > outpupt.db_filename.sql

Press enter then password


Rajesh

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Backup Command Line for MySQL (Windows)
11360
March 27, 2008 09: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.