I have an application that reads an image file and puts it into a MEDIUMBLOB. Or at least that's what it's supposed to do. What it actually does is nothing. I can do the database insert, which gives ...
What database engine offered by MySQL do you guys recommend that I use for storing sessions? Note that the sessions table will need to be replicated. I'm leaning towards MyISAM. InnoDB. There aren't ...