it depent on what data type do you used
example if you are using VARCHAR data type, it could be up to 255 character
you can using blob or text to store long charachter
The maximum size of a BLOB or TEXT object is determined by its type, but the largest value you actually can transmit between the client and server is determined by the amount of available memory and the size of the communications buffer