Hi everyone
Not sure if this is a bug, but my MariaDB version 10.4.10 would not start if the script `refreshMariadb.php` gets executed (WampServer 3.2.9). This is because in lines 209-227 there is a part which converts all my.ini-variables from "dashed" to "underscored" versions. Like for example
"default-storage-engine=" to "default_storage_engine=".
Workaround. I have commented out line 224.
Is this a problem with older MariaDB versions only?
Best regards
WampSuter
Not sure if this is a bug, but my MariaDB version 10.4.10 would not start if the script `refreshMariadb.php` gets executed (WampServer 3.2.9). This is because in lines 209-227 there is a part which converts all my.ini-variables from "dashed" to "underscored" versions. Like for example
"default-storage-engine=" to "default_storage_engine=".
Workaround. I have commented out line 224.
Is this a problem with older MariaDB versions only?
Best regards
WampSuter