DWQA QuestionsFor what reason MySQL not accepting more than 50 characters?
Tamil Amuthan Staff asked 4 years ago

In case you set a column to be varchar(15) the most bytes allowed is 15. accordingly you can not pass it greater than 15 characters without modifying the column to guide greater than 15. if you save a four-man or woman string it ought to simplest use around 4 bytes out of a possible 15, whereas in case you used char(15) it would have filled within the other 11 with empty bytes.

For further details about MySQL: http://dev.mysql.com/doc/refman/5.0/en/char.html