Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-2739

Specified key was too long during mysql data import

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      From CONTINUUM-2558:

      When a user attempts to import data into mysql using the following command:

      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 ""
      

      they recieve the following error message:

      Specified key was too long; max key length is 767 bytes
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              batkinson Brent Atkinson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: