MySQL Forums
Forum List  »  InnoDB

case sensitive for table name references
Posted by: Lisandro Decker
Date: June 30, 2013 11:15AM

Friends
The tables names are that format Ex: Products (Capitalized Case)

When I dump my tables in Windows (my.ini lower_case_table_names=0), table references is lowercase. Why? How to resolve?

Ex:

CONSTRAINT `FK_ClienteLog_ArquivoBinarioId` FOREIGN KEY (`ArquivoBinarioId`)

REFERENCES `arquivobinario` (`Id`)

) ENGINE=INNODB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

Options: ReplyQuote


Subject
Views
Written By
Posted
case sensitive for table name references
1118
June 30, 2013 11:15AM


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.