Um z.B. Fotos in der Datenbank zu speichern nutzt man am besten das BLOB Format. Folgende maximale File Grössen kann man im Blob Format speichern: L = length of dataTINYBLOB = L + 1 bytes (max size is 2^8 – 1 or 255 bytes)BLOB = L + 2 bytes (max size is 2^16 – 1 or 65,535 bytes, 65KB)MEDIUMBLOB = [...]