Perfecting 4th benchmark; adding needed MySQL config files; maturing Zigbee drivers
[iot2.git] / others / Mysql / README
1 Transfer this IoTMain.gz to the target machine and run these commands there:
2
3 shell> mysqladmin create db_name
4 shell> gunzip < db_name.gz | mysql db_name
5
6 Backup database from MySQL:
7
8 shell> sudo mysqldump --quick IoTMain -p | gzip > IoTMain.gz
9