Is there anything you would like to know?
How can I backup the data for MySQL and Teampel Server (Windows)?

Stop Teampel Server MySQL service (double-click Teampel Server Shutdown on desktop);

  • Backup MySQL data for Teampel Server (windows platform)
    • Using Command Line:
    1. Select "Start" > "All Programs" > "Accessories" > "Command Prompt" (run as administrator);
    2. In MySQL installation location (e.g., C:\Program Files (x86)\MySQL\mysql-8.0.12-winx64\bin), (or in MySQL Commend Line) enter the command ">mysqldump.exe -uroot -p --routines db_teampel > c:/db_teampel_backup.sql", and press Enter key to complete the database backup.
      https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/1070412414/original/YP64LcWr9ZuQdha49MdUv7FKJuYtoLl7ew?1539247133
       
    • Using MySQL Workbench:
    1. "Server" > "Data Export" > select "db_teampel" > select "Export to Self-Contained File" > "Start Export"​​​​​​​

 

  • Backup file data: copy data folder [installation path]/bin/data
  • Backup profile: copy GaaihoSvrSetting.xml file [installation path]/bin/GaaihoSvrSetting.xml

(How to find [installation path]: On desktop, right click on "Teampel Server Startup" >  "Properties" > "Open file location")

NextHow can I migrate my Templel MySQL (Windows) data?