MySQL config priority

  • The MySQL plugin GUI options which worked for me in OMV 2.x are not being applied in OMV 3.0.65


    To get them to be applied I had to re-order the following lines

    Code: /etc/mysql/mysql.cnf
    !includedir /etc/mysql/conf.d/
    !includedir /etc/mysql/mysql.conf.d/

    to

    Code: /etc/mysql/mysql.cnf
    !includedir /etc/mysql/mysql.conf.d/
    !includedir /etc/mysql/conf.d/

    as files read later take precedence and the OMV plugin options are stored in /etc/mysql/conf.d/openmediavaul-mysql.cnf

    KnobblySnail


    OMV6 on Asrock E3C224D2I, Xeon E3-1230Lv3, 8Gb, WD Red 3Tb x3 zfs, 120GB Samsung EVO mSATA, CoolerMaster V550S, in a Fractal Design Node 304

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!