I am doing a project using php and mysql(i am new to this), now i have to store paragraph of text to my database(in a table, for a column).I tried "varchar(5000)" when creating the table but it doesn't allow me.so please give me a solution for this. 解决方案 use textcreate table t (long_field text);textcan store up to 65,535 characters.See MySQL datatype doc 这篇关于将文本段落保存到mysql的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!