-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
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
utf8 & utf8mb4编码问题 #279
Comments
Thank you for raising an issue. We will try and get back to you as soon as possible. Please make sure you have given us as much context as possible. |
请问一下这个是用的哪个版本呢? |
v1.2.5版本 |
SET NAMES 'utf8mb4' COLLATB 'utf8mb4_general_ci 这个 COLLATB 是否是输入有误呢 应该是 COLLATE |
sorry,是我输入错误,是:COLLATE |
客户端/代码通过gaea连接数据库会报错:Query Brror (5041) unsupport charset SQL [SET NAMES 'utf8mb4' COLLATB 'utf8mb4_general_ci'。但是如果直接连接数据库没有任何编码问题,请问这个是什么原因?gaea需要怎么设置可以规避这个问题?
The text was updated successfully, but these errors were encountered: