Is it possible to download a file saved as MEDIUMBLOB on a MySQL database knowing just its name and content ? Would I require even its type ecc ?
Thanks
Is it possible to download a file saved as MEDIUMBLOB on a MySQL database knowing just its name and content ? Would I require even its type ecc ?
Thanks
I'm fairly certain you'd just use the search WHERE filename LIKE %MEDIUMBLOB%
. Although I'll point out that there are certain security issues with downloading files of unknown types...