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

Stop Teampel Server services for MySQL Server (double-click Teamp Server Shutdown on desktop);

  • Backup MySQL data for Teampel Server (Linux)
    1. In the command prompt, type "#mysqldump -uroot -p --lock-all-tables --routines db_teampel > /home/db_teampel _backup.sql" and press Enter key.
       
  • 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 Tempel MySQL (Linux) data?