Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-1782

Setup wizard fails when installing to MySQL 5 InnoDB

    XMLWordPrintable

Details

    • Bug
    • Resolution: Resolved Locally
    • Medium
    • None
    • 2.0.3
    • Database
    • None

    Description

      This is mostly a known issue; however, it is not documented and it shouldn't even need manual intervention to fix. The problem is the length of UTF8 keys due to three-byte characters in the database. The workaround:

      1. Create the databases as latin1:

      mysql> create database crowdiddb character set latin1;
      mysql> create database crowd character set latin1;

      2. Change the connection character set in the MySQL connection URL from utf8 to latin1.

      Attachments

        Activity

          People

            Unassigned Unassigned
            44b48473fac2 Christopher G. Stach II
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: