Programming Design Notes
Home
Blog
MySQL Text, Blob 大小
Apr 8
th
, 2010
|
Comments
TINYTEXT, TINYBLOB: 256 bytes
TEXT, BLOB: 65,535 bytes = 64kb
MEDIUMTEXT, MEDIUMBLOB: 16,777,215 bytes = 16MB
LONGTEXT, LONGBLOB: 4,294,967,295 bytes = 4GB
相關書籍:
Please enable JavaScript to view the
comments powered by Disqus.
About Me
Lawrence Cheung
Recent Posts
Spring 整合 JPA
Design Pattern - Decorator
Design Pattern - Singleton
Web Development Cheat Sheet
Maven + Jetty 測試 JSF 2 Annotation
Design Pattern - Abstract Factory
Design Pattern - Factory
Maven Setup Jetty Development Server
Design Pattern - Observer
Design Pattern - Strategy
Recent Comments