Hi guys,
I'm running an UPDATE query on one of my tables and I get an error:
"Got a packet bigger than 'max_allowed_packet' bytes".
I've tried changing the max_allowed_packet by using ini_set() but this failed to work. The field data type is set to longtext and the length of the string i'm trying to insert is 1.6million characters long.
Can anyone please tell me how I can get this damn thing into the database.. it's driving me mad! lol.
Many thanks,
BIOSTALL