MySQL Forums
Forum List  »  Backup

Re: MYSQL DB DUMP BACKUP
Posted by: omer aleem
Date: June 19, 2012 01:04AM

i follow this video and i think this is good
http://www.youtube.com/watch?v=2hsOk0XcYC4
Basically what i did is created a folder , named it backup and copy paste the db there and then use this comand in comand prompt of windows

mysqldump -uroot -p ***** > "C:\backups\dataBackup.sql"

and it created a back up file. I dont know if this is the ideal way to do it?

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
2399
June 18, 2012 11:44PM
Re: MYSQL DB DUMP BACKUP
1123
June 19, 2012 01: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.