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
1.读写分离用户,dble的maxPacketSize使用默认值4M,后端mysql设置max_allowed_packet为8M:
mysql> select @@max_allowed_packet; +----------------------+ | @@max_allowed_packet | +----------------------+ | 8388608 | +----------------------+ 1 row in set (0.00 sec)
2、jdbc读写分离用户执行6M的大包语句,返回报错
预期:执行成功 (association inner-2048)
The text was updated successfully, but these errors were encountered:
LUAgam
Successfully merging a pull request may close this issue.
1.读写分离用户,dble的maxPacketSize使用默认值4M,后端mysql设置max_allowed_packet为8M:
2、jdbc读写分离用户执行6M的大包语句,返回报错
预期:执行成功
(association inner-2048)
The text was updated successfully, but these errors were encountered: