프로그래밍/MariaDB
MariaDB BLOB 최대 크기
챠우
2022. 2. 15. 17:44
728x90
BLOB : 65535 bytes
- https://mariadb.com/kb/en/blob/
TINYBLOB : 255 bytes
MEDIUMBLOB : 16,777,215 bytes
LONGBLOB : 4,294,967,295 bytes (4GB)
BLOB
Binary large object up to 65,535 bytes.
mariadb.com