I am trying to insert a very long text string into a MySQL Blob column, but MySQL is only saving 64kB of the data. The string is 75360 characters long. I am connecting with PHP\
The blob column is only 64Kb per the documentation
Try a mediumblob column type instead...