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
2.0-dev
bfd6fa3
- Hardware parameters: - OS type: - Others:
mysql> set global max_allowed_packet = 134217728; ERROR 20101 (HY000): internal error: convert to the system variable int type failed mysql> select 134217728 >> 20; +-----------------+ | 134217728 >> 20 | +-----------------+ | 128 | +-----------------+ 1 row in set (0.00 sec) mysql> select git_version(); +---------------+ | git_version() | +---------------+ | bfd6fa37f | +---------------+ 1 row in set (0.00 sec)
No response
mysql> set global max_allowed_packet = 134217728;
The text was updated successfully, but these errors were encountered:
max_allowed_packet最大值限制的问题,当前max_allowed_packet可设置的最大值是64M,之前最大值是1G不确定什么原因改成了64M;经与产品沟通,最大值改回1G。
Sorry, something went wrong.
aressu1985
No branches or pull requests
Is there an existing issue for the same bug?
Branch Name
2.0-dev
Commit ID
bfd6fa3
Other Environment Information
Actual Behavior
Expected Behavior
No response
Steps to Reproduce
Additional information
No response
The text was updated successfully, but these errors were encountered: