I want to make the maximum allowable size of image files 25MB within a table. However I haven't found a way to make this happen. Right now I'm using MEDIUMBLOB since its maximum is 16MB but I want it just a tiny bit larger. So is it possible?
I'm pretty new to MySQL so I apologize if what I'm trying to ask seems unclear.