ShoreTel Director Configuration Database Backup Steps:
1. Open a command prompt:
Start --> Run --> cmd
2. Navigate to the following directory on the server running ShoreTel:
<install drive>:\Program Files\Shoreline Communications\ShoreWare Server\MySQL\MySQL Server 5.0\bin\
3. Type in and run:
mysqldump.exe --add-drop-table --routines --user=root --password=shorewaredba --database shoreware > C:\shoreware_xxxx.sql
(where xxxx = today's date)
Notes:
Assumes you want to save the file to the root of the c: drive.
When prompted for the password, the default password is: "shorewaredba"
To later restore this database, return to the same directory and run this command:
mysql.exe -u root -p shoreware < C:\shoreware_xxxx.sql
previous page
|