mysqldump -h <host name> -u<username> -p<password> <db name> > my-dump.file

How to dump the entire contents of a database from MySQL into a file, that includes SQL type INSERT statements

Leave a Reply

Your email address will not be published. Required fields are marked *

eight + one =