Different text fields in Mysql and their field size
Oct 5, 2009 Mysql
In mysql there are three type of text fields with different length
1. Text = 65000 Bytes.
2. Medium text = 16 million bytes.
3. Long text = 4 trilian bytes.
Tags: bytes, Mysql, text field