MySQL Database
-
Install and run MySQL using your preferred method.
-
Create a file within your Conreq data directory create a MySQL configuration file (
mysql.cnf
). At minimum you must include the following...1 2 3 4 5 6
[client] database = conreq user = db_username password = db_password host = 192.168.86.200 default-character-set = utf8
Take a look at MySQL's docs for all available parameters.
-
Set your
DB_ENGINE
variable toMYSQL
and yourMYSQL_CONFIG_FILE
variable to the path to yourmysql.cnf
file.If using Unraid/Docker, add this as a Docker variable. Otherwise, search "How to set environment variables in ... Windows 10"