Number of characters in MySQL with tinytext, text or bigtext

How many characters can i fit into MySQL tinytext, text, mediumtext bigtext or wtf theire called, i dont understand the cha
rt in the mysql manual.

tinytext 255
text = ~64 000
and bigtext is about 4 trillion

http://www.peachpit.com/articles/article.asp?p=30885&seqNum=7&rl=1
so for storing 500-1000 characters i should use text i guess?
there you go
yes, correct!
A string with a maximum length of 65,535 characters.

*
To prove that you're not a bot, enter this code
Anti-Spam Image

Leave a Comment

You must be logged in to post a comment.


Blog Tags:

Similar posts: