hi
i am using mysql database to store the articles and i am unable to store entire article in the table
to store article i am using "text"
should i use longtext or varchar or blob or what should i use??????????
plz help me
how do i store large data in the database
Moderator: General Moderators
- noguru
- Forum Commoner
- Posts: 61
- Joined: Thu Jun 06, 2002 4:03 am
- Location: Just north of the City Of Gold, Land of Milk and Honey
"Text" only allows 65 536 characters, while "longtext" allows 4.2 billion characters. "Mediumtext" falls somewhere in between.
Search the mysql manual for a better explanation:
http://www.mysql.com/doc/
Search the mysql manual for a better explanation:
http://www.mysql.com/doc/