When exporting a database using the data export tool, it sets the following flag on mysqldump: --default-character-set=utf8. This causes my databases (which are utf8mb4) to not be dumped properly. There's currently no way to change this. Could we get some way to configure this and/or defaulted to utf8mb4?
↧