Preparing second and third benchmarks; backing up MySQL database
[iot2.git] / others / Mysql / README
diff --git a/others/Mysql/README b/others/Mysql/README
new file mode 100644 (file)
index 0000000..17f4d9e
--- /dev/null
@@ -0,0 +1,9 @@
+Transfer this IoTMain.gz to the target machine and run these commands there:
+
+shell> mysqladmin create db_name
+shell> gunzip < db_name.gz | mysql db_name
+
+Backup database from MySQL:
+
+shell> sudo mysqldump --quick IoTMain -p | gzip > IoTMain.gz
+