Brent N Atkinson created CONTINUUM-2739:
-------------------------------------------
Summary: Specified key was too long during mysql data import
Key: CONTINUUM-2739
URL: https://jira.codehaus.org/browse/CONTINUUM-2739
Project: Continuum
Issue Type: Bug
Reporter: Brent N Atkinson
>From CONTINUUM-2558:
When a user attempts to import data into mysql using the following command:
{noformat}
java -Xmx512m
-jar
~/.m2/repository/org/apache/continuum/data-management-cli/1.5-SNAPSHOT/data-management-cli-1.5-SNAPSHOT-app.jar
\
-buildsJdbcUrl jdbc:mysql://localhost:3306/continuum_continuum \
-usersJdbcUrl jdbc:mysql://localhost:3306/continuum_users \
-mode IMPORT \
-directory backups \
-databaseType OTHER \
-username root -groupId mysql -artifactId mysql-connector-java
-artifactVersion 5.1.34 -driverClass com.mysql.jdbc.Driver -password ""
{noformat}
they recieve the following error message:
{noformat}
Specified key was too long; max key length is 767 bytes
{noformat}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)