Jump to content

MySQL BLOB


djpic

Recommended Posts

Having a bit of an issue.  I am trying to make a table hold some data files (photos).  I am using LONGBLOB field type to store the image.  The problem is that it only allows me to add a max file size of 2MB or 2,048KiB.  Is there any way I can increase this?  I was told it could go higher, to 1GB?  What could be the problem and why is it limiting me to 2MB?

Link to comment
https://forums.phpfreaks.com/topic/133017-mysql-blob/
Share on other sites

http://us2.php.net/manual/en/ini.core.php#ini.post-max-size

 

Databases are for data that you want to efficiently search, order, and otherwise manipulate. They are not file storage engines. Use a file system to store files in, that is what file systems were designed to do efficiently.

Link to comment
https://forums.phpfreaks.com/topic/133017-mysql-blob/#findComment-692253
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.