Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

MySQL version 5.7 or greater is required.

Table of Contents
outlinetrue
stylenone

Install Notes

Included in the installation package is a file named mysql-create.sql; log into the main database and execute these commands. Also included is a file named mysql-create-metadata.sql; log into the metadata database and execute these commands.

Note: For MySQL the database must be configured with the UTF8 character set. For MySQL 8 utf8mb4 and utf8mb4_unicode_ci are supported as well. Currently, other character sets and collations are not supported.

Installation

We highly recommend installing MySQL on a dedicated database server. To communicate with MySQL on that server completing this installation will require the username, password, hostname and port (e.g. 3306).

...

Code Block
languagebash
sudo /sbin/chkconfig mysqld on
Child pages (Children Display)
styleh6
sorttitle