How to take a MySQL database schema backup using the command line

The following command can be used to take a MySQL database schema backup on the command line :-

command : mysqldump -u dbusername -p passwd datbase_name --no-data=true >> output_file.sql

Abhishek Sunday 18 August 2013 - 2:33 pm | | Default
Used tags: , ,

No comments

(optional field)
(optional field)

Comment moderation is enabled on this site. This means that your comment will not be visible until it has been approved by an editor.

Remember personal info?
Small print: All html tags except <b> and <i> will be removed from your comment. You can make links by just typing the url or mail-address.