maglor Posted July 3, 2011 Posted July 3, 2011 Hi, I was wondering what the MySQL max_allowed_packet size is. Is it standard 1 mb? I try to upload a table in my database but it always gives the error user warning: Got a packet bigger than 'max_allowed_packet' ....... Locally I can just adjust the my.ini fine and change it to for example 16mb instead of 1mb, but of course I don't have access to this here on Heliohost.
Guest Geoff Posted July 3, 2011 Posted July 3, 2011 How many statements are you executing? Try splitting the query up into smaller statements.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now