Skip to content
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

[MySQL] Handle very large packets ( packet splitting ) #189

Closed
mehcode opened this issue Mar 30, 2020 · 1 comment · Fixed by #2665
Closed

[MySQL] Handle very large packets ( packet splitting ) #189

mehcode opened this issue Mar 30, 2020 · 1 comment · Fixed by #2665
Labels
db:mysql Related to MySQL E-hard

Comments

@mehcode
Copy link
Member

mehcode commented Mar 30, 2020

https://dev.mysql.com/doc/internals/en/sending-more-than-16mbyte.html

@ImUrX
Copy link

ImUrX commented Oct 31, 2022

is there any alternative solution aside from a fix to the code? is there a way to split the sql file?

I'm trying to automate updating my DB based on a dump so I kind of need this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
db:mysql Related to MySQL E-hard
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants