I'm trying to move files from the sever (not uploaded, already there) and the biggest is about 5MB. Small files work fine, but ones over 1MB dont, the query fails with error 'Got a packet bigger than 'max_allowed_packet' bytes'.
BUT, the annoying thing is, I still get that error even though I've set max_allowed_packet to 16MB, and I've checked it's worked right with SELECT @@max_allowed_packet returning 16777216.
What can I do?
Hint: phpMyAdmin gives me this warning "Your PHP MySQL library version 3.23.49 differs from your MySQL server version 4.1.14. This may cause unpredictable behavior."
I'm using Yahoo! hosting, and I don't have a choice, its what my client has and wants to keep
BUT, the annoying thing is, I still get that error even though I've set max_allowed_packet to 16MB, and I've checked it's worked right with SELECT @@max_allowed_packet returning 16777216.
What can I do?
Hint: phpMyAdmin gives me this warning "Your PHP MySQL library version 3.23.49 differs from your MySQL server version 4.1.14. This may cause unpredictable behavior."
I'm using Yahoo! hosting, and I don't have a choice, its what my client has and wants to keep