rcorlew Posted April 4, 2007 Share Posted April 4, 2007 I have a db that has tthree column types set to "text". The script that is used to login CONCAT(s) the time, ip and date of each login to track against abuse. I am concerned that a text column type may not be a large enough type. Should I change it to something else?? Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/45508-solved-how-big-can-a-text-column-type-get/ Share on other sites More sharing options...
btherl Posted April 4, 2007 Share Posted April 4, 2007 http://dev.mysql.com/doc/refman/5.0/en/blob.html Quote Link to comment https://forums.phpfreaks.com/topic/45508-solved-how-big-can-a-text-column-type-get/#findComment-220973 Share on other sites More sharing options...
rcorlew Posted April 4, 2007 Author Share Posted April 4, 2007 Thanks, that is what I was looking for, I changed to medium text, if that is not big enough then I will consider it a blessing to have so much web traffic. Quote Link to comment https://forums.phpfreaks.com/topic/45508-solved-how-big-can-a-text-column-type-get/#findComment-220986 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.