MySQL Forums
Forum List  »  Quality Assurance

incorrect table name error
Posted by: tamer morsi
Date: October 31, 2007 08:46AM

Hey

I received an error:
incorrect table name '...' ErrorNr. 1103

basically my table name is too long, more than 64 characters.

create table `objectTypeEstablishmentObjectTypeDetailObjectTypeEstddddddddddef`
( ... ) Type = InnoDB;

Is there a way to increase the table name length ?
Also I am using a prgram to generate the table names so I have no
real way to control the names it generates ...

thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
incorrect table name error
8591
October 31, 2007 08:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.