Java Stuff
Search This Blog
Wednesday, 17 July 2013
MySQL Database Back up
Taking MySQL Database Back up
Step 1: open command prompt
Step 2: Goto MySQL bin folder and enter following command
C:\Program Files\MySQL\MySQL Server 5.0\bin>
mysqldump -u root -p
--databases database_name > d:/dumpfile.sql
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment