[ 
https://issues.apache.org/jira/browse/SYNCOPE-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588505#comment-13588505
 ] 

Marco Di Sabatino Di Diodoro commented on SYNCOPE-126:
------------------------------------------------------

Case Insensitive Table And Column Names In MySQL

While you should always uphold the case-sensitive tablenames, it can be 
troublesome when migrating from a host that had this option enabled (table & 
column names become case insensitive), to a host that doesn't have this option 
-- so you suddenly find yourself "stuck" with case sensitive table and column 
names.

To solve this, edit your /etc/my.cnf file and add the following line into 
mysqld:

lower_case_table_names=1
                
> Database import / export and related tasks
> ------------------------------------------
>
>                 Key: SYNCOPE-126
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-126
>             Project: Syncope
>          Issue Type: Task
>          Components: documentation
>            Reporter: Francesco Chicchiriccò
>             Fix For: 1.1.0
>
>
> Provide some documentation about how to export / import database content, in 
> particular about sequence tables and their initialization for import.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to