Can LOB files in Mysql database?

MySQL

1 answer

Answer

1176594

2026-03-17 16:50

+ Follow

MySQL
MySQL

Yes, MySQL can store Large Object (LOB) files using the BLOB (Binary Large Object) data type. BLOBs are designed to hold large amounts of binary data, such as images, audio, or video files. MySQL supports four types of BLOBs: TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB, which vary in size capacity. To manage LOBs efficiently, it's often recommended to store large files in a file system and keep the file paths in the database.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.