As stated in the MySQL docs, a comment is limited to 255 characters:
http://dev.mysql.com/doc/refman/5.1/en/create-table.html#id3411882. Your
comment is 305 characters, and it would seem, from the error message, that
your particular MySQL install has a 60 character limit.
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)