antares
antares copied to clipboard
Encoding not recognized
Hi,
When I right click a schema and click "import" and select an .sql file to import, I get the following error.
Hi @Nardusgc,
i also noticed this issue that is related to the mysql2 client library and utf8mb3 charset.
I'm wating for an update that fix this problem.
A workaround to this issue is remove SET NAMES utf8mb3; from the sql file you are importing.
Same issue, thanks @Fabio286 for the workaround!