Versions Compared

Key

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

...

MySQL is currently the only supported database. Please let us know if you do successfully run Rogō on a non MySQL database.

Minimum required version of MySQL 5.7See the community release notes for the version of rogo you are installing to see the required MySQL version.

The basic default installation config should work for small instances. The my-large.cnf should be suitable for most large instancees.

Consult your DBA and review the MySQL documentation before making any configuration changes.

Make sure the setting default-storage-engine in my.ini is same as the DB engine for Rogo database. If rogo DB is set to innoDB, change it in my.ini to innoDB.


The following non default settings may needed to fine tune MySQL for Rogō:

...