mysqldump -h HOST -u USER -p DATABASENAME > FILENAME.sqlWhere:
HOST -> is the database server hostname.
USER -> user with full privileges to the Magento database.
DATABASENAME - is the full name of the database which Magento is running.
FILENAME - can be anything you find suitable for the backup file.
No comments:
Post a Comment