How can I migrate my Tempel MySQL (Linux) data?Database:
1. Backup data:
Backup MySQL (Linux) database (for details, please refer to: How can I backup the data for MySQL and Teampel Server (Linux)?)
2. Create database:
a) #mysql -uroot -p
b) ...
Linux system, what if P2P fails to join multicast?1. Multicast is not the default settings, and it will cause Join Net to fail. You need to add it manually:
route add -net 224.0.0.0 netmask 224.0.0.0 eth0
2. Restart Teampel Server service;
3. Afte...
Migration and Update of Teampel Server for LinuxPreparation
1. Backup the data for the official server:
a. Backup database db_teampel: #mysqldump -uroot -p --lock-all-tables --routines db_teampel >/root/Documents/backup/db_teampel_backup.sql
b. ...