adspace
Answer Posted / Vishal Kumar Pandey
In MySQL, the size of BLOB (Binary Large Object) data types can vary significantly depending on the content stored. The actual storage size may be larger than the represented size due to internal overhead for management and optimization purposes. However, the default maximum length for BLOB and TEXT columns in MySQL is 65,535 bytes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers