Maximum length of a table name in MySQL

后端 未结 4 1472
自闭症患者
自闭症患者 2020-12-07 23:59

What is the maximum length of a table name in MySQL?

4条回答
  •  情歌与酒
    2020-12-08 00:25

    Names for databases, tables, columns, and indexes can be up to 64 characters long. Alias names can be up to 256 characters long.

提交回复
热议问题