I use uploading files for images in BLOBs in the MySQL database, for some reason, when I upload some photos, I noticed that they were not fully displayed, then I tried to upload directly to PHPMyAdmin when it showed (Max: 64KiB) Fortunately, I started my own server, so I decided to check my php.ini for the maximum file upload size, it set the value to 250 MB. So my question is:
Where is the maximum file size for loading blob in mysql?
php mysql blob
Ariana
source share