|
Automating Database Backup |
Contents Previous Next |
Upgrading KnowledgeTree > Backing up and Restoring > Automating Database Backup
|
This procedure automates the sql dump to run the database backup automatically, on all platforms.
Notes:
Perform the following step:
Example: mysqldump.exe -u dmsadmin -p dms --password=xxxx > sqldump.sql
Note: Provide a password to the -p/--password option
|