hi guys
my string length is 3000 FIX
what is better mysql field type for this?
varchar(3000) ?
help please
thank you
2 replies to this topic
#1
Posted 25 August 2011 - 11:11 PM
|
|
|
#2
Posted 26 August 2011 - 04:06 AM
You can use the type "text"
#3
Posted 29 August 2011 - 11:05 PM
The TEXT, MEDIUMTEXT and LONGTEXT types can hold a lot of data, thus meet more requirements than specified lenght VARCHAR fields.
Here's something useful:
MySQL :: MySQL 5.0 Reference Manual :: 10.5 Data Type Storage Requirements
Here's something useful:
MySQL :: MySQL 5.0 Reference Manual :: 10.5 Data Type Storage Requirements
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









