...
The following are the minimum requirements for a MariaDB installation to support PhixFlow.
Installation
Option | Setting |
---|---|
Version | |
The following configuration parameters must be set in | |
| Ensure that the data directory being used has sufficient space for the initial period of PhixFlow operation. This is in the |
|
This must be added to the |
|
This must be in the |
The following configuration parameters can optionally be set in my.cnf | |
|
This must be in the This setting is needed because PhixFlow's migration scripts sometimes require the use of non-deterministic functions |
...
Code Block | ||
---|---|---|
| ||
innodb_default_row_format = dynamic innodb_file_per_table = 1 innodb_strict_mode = ONOFF |
Note |
---|
Check theĀ |
Bounce MariaDB:
Code Block | ||
---|---|---|
| ||
sudo systemctl stop mysql.service sudo systemctl start mysql.service |
...