diff --git a/journals/2023_11_30.md b/journals/2023_11_30.md index cf3b86f9..d406a550 100644 --- a/journals/2023_11_30.md +++ b/journals/2023_11_30.md @@ -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` - - \ No newline at end of file + - `mysqldump -u username -p --databases your_database_name --tables table1 table2 > station-dev-001_data.sql` \ No newline at end of file