397 B
397 B
- Database #MySQL #MariaDB
- 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>&1mysqldump -u root -p -h --databases monitoring --tables table1 table2 > station-dev-001_data.sql
- Collate: https://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unicode-ci