Skip to content

Documentation - Update needed for MySQL versions > 4 #3

@btemperton

Description

@btemperton

The script biosqldb-mysql.sql uses the TYPE=INNODB syntax, which was deprecated after MySQL v4. For later versions, such as MariaDB used in Fedora 19, you need to do the following:

sed -i "s/TYPE=INNODB/ENGINE=INNODB/g" biosqldb-mysql.sql

for it to work.

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