Hello!
I'm trying to upload pdf files on mySql database but file size is greater than max_allowed_packet (about 5Mb).
How I can increase max_allowed_packet?? I have not SUPER privilege!
I must necessarily upload to mySql and not in root directory.
Thank you.