I have my MySQL server running on Ubuntu 16.04.
I'm trying to store 80k characters XML response into database but every time it gets truncated so only a part of original response ends up saved.
Field type is LONGTEXT. I have no problems saving same data on Windows localhost.
I have no idea what's causing this problem. Is there someone who's faced similar issue before and knows how to fix it?