Auto saved by Logseq

This commit is contained in:
Matthias Eckert 2023-11-30 15:03:30 +01:00
parent 1c91c2592e
commit 853ad939a1

View File

@ -2,4 +2,4 @@
- Collate: https://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unicode-ci
- use utf8mb4_0900_ai_ci
- `cat station-dev-001.sql | mysql -f -h mysql-001.va.k8s-c1.vicosrv.de monitoring_808 -u root -p > import_log 2>&1`
- `mysqldump -u root -p -h --databases monitoring --tables table1 table2 > station-dev-001_data.sql`
- `mysqldump -u root -p -n -t -h --databases monitoring --tables table1 table2 > station-dev-001_data.sql`