Skip to content

Bug Fix - MySQL 5.5.8 Install Errors #22

Description

@jwjmurray

Attempts to install on servers running MySQL 5.5.8 fail with numerous SQL errors during the install process. These stem from the changes made to the timestamp functionality in later versions on MySQL and are fairly easy to correct.

  • Replace all occurrences of modifieddate timestamp(14) NOT NULL with modifieddate timestamp DEFAULT CURRENT_TIMESTAMP
  • Replace all occurrences of modifieddate timestamp(14) with modifieddate timestamp

This will correct the install files and allow the installer to complete. Note this needs to be done in all install directories (including modules).

I have a full set of fixed install files available if needed, let me know.

Jim.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions