I have a simple question and I am hoping that someone can help answer this question.
I have a very simple script that stores notes and text. Anyway, I am loading it into mysql and I was wondering what a better way to store data like notes, webmails and other large areas of text is???
Should I am storing it in a TEXT column or a BLOB in my MySql database?
Thanks for any help or ideas with this.
Jay