What is the length of TEXT in MySQL?
What is the length of TEXT in MySQL? TEXT is a string data type that can store up to 65,535 characters. TEXT is commonly used for brief articles. LONGTEXT is a string data type with a maximum length of 4,294,967,295 characters. Is TEXT a data type in MySQL? MySQL TEXT Read more…