Hi,
Fix is found:
In RefreshMariadb.php file:
line 217
Replace:
if(preg_match_all('~^;?+-+(?:-*)*.*\r?$~mi',$myIniFileContents,$matches) > 0) {
by
if(preg_match_all('~^(;?+-+(?:-*)*)=?.*\r?$~mi',$myIniFileContents,$matches) > 0) {
and line 219
Replace:
foreach($matches[0] as $value) {
by
foreach($matches[1] as $value) {
Do the same in RefreshMySQL.php but lines 233 an
Forum:
WampServer English