From 230faa821193ba59cd73c8e8e923672a8198bc8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20B=C3=B6h?= Date: Sun, 3 Nov 2024 18:25:28 +0100 Subject: [PATCH] =?UTF-8?q?Add=20utf8=20as=20default=20charset,=20in=20cas?= =?UTF-8?q?e=20of=20umlauts=20(=C3=B6=C3=A4=C3=BC,=20etc.)=20the=20restore?= =?UTF-8?q?d=20file=20causes=20VW=20to=20crash=20when=20accessing=20user?= =?UTF-8?q?=20list=20etc.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Migrating-from-MariaDB-(MySQL)-to-SQLite.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Migrating-from-MariaDB-(MySQL)-to-SQLite.md b/Migrating-from-MariaDB-(MySQL)-to-SQLite.md index e1c4250..475354a 100644 --- a/Migrating-from-MariaDB-(MySQL)-to-SQLite.md +++ b/Migrating-from-MariaDB-(MySQL)-to-SQLite.md @@ -34,6 +34,7 @@ mysqldump \ --user= --password \ --skip-create-options \ --compatible=ansi \ + --default-character-set=utf8 \ --skip-extended-insert \ --compact \ --single-transaction \