What field type (varchar, text, etc) would one assign to a field containing a 'large' amount of text? (100k+) Thanks!
text? (that's a pretty tricky avatar.)
thanx, lol! :D
doesn't text have a limit to number of chars it can take in? cause that's what i'd like!
well, check here:
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#CREATE_TABLE
http://www.mysql.com/documentation/mysql/bychapter/index.html#BLOB
you might need something like MEDIUMTEXT or LONGTEXT
thanx again! i found my answer! i think i'll go with longblob....
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#BLOB
edit: or just mediumblob, since that's still about 2mb..... :o