We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When I right click a schema and click "import" and select an .sql file to import, I get the following error.
The text was updated successfully, but these errors were encountered:
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.
utf8mb3
A workaround to this issue is remove SET NAMES utf8mb3; from the sql file you are importing.
SET NAMES utf8mb3;
Sorry, something went wrong.
Same issue, thanks @Fabio286 for the workaround!
Fabio286
No branches or pull requests
Hi,
When I right click a schema and click "import" and select an .sql file to import, I get the following error.
The text was updated successfully, but these errors were encountered: