Forum : What is the maximum length of a table name, a database name, or a field name in MySQL?
Brief description  about Online courses   join in Online courses
View  's Profile

What is the maximum length of a table name, a database name, or a field name in MySQL?

Hi sir,

Please tell me what is the maximum length of table name,
database name and field name in mysql
Asked by | Nov 23, 2009 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Naveen p

Maximum length for the database,table and field name is given below:

Database name: 64 characters
Table name: 64 characters
Column name: 64 characters
Nov 23, 2009