181 |
sed -i root$ver/usr/lib/systemd/system/mariadb${ver}-mariadb.service \ |
sed -i root$ver/usr/lib/systemd/system/mariadb${ver}-mariadb.service \ |
182 |
-e "s/_safe//"; |
-e "s/_safe//"; |
183 |
fi |
fi |
184 |
|
if [ $ver -ge 104 ] |
185 |
|
then |
186 |
|
sed -i root$ver/usr/lib/systemd/system/mariadb${ver}-mariadb.service \ |
187 |
|
-e "s_set.password$_set.password2_" |
188 |
|
fi |
189 |
|
|
190 |
#### TODO check it is similar to rh one and functional ! |
#### TODO check it is similar to rh one and functional ! |
191 |
|
|
327 |
* Sun Mar 13 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-5.sme |
* Sun Mar 13 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-5.sme |
328 |
- fix typo in socket, seen with phpmyadmin [SME: 11899] |
- fix typo in socket, seen with phpmyadmin [SME: 11899] |
329 |
- fix permissions for mariadb105 [SME: 11899] |
- fix permissions for mariadb105 [SME: 11899] |
330 |
revert change in release 2 for root password and fix set.password |
create a dedicated set.password for mariadb>103 |
331 |
|
|
332 |
* Sun Mar 13 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-3.sme |
* Sun Mar 13 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-3.sme |
333 |
- missing phpMyAdmin fragments [SME: 11899] |
- missing phpMyAdmin fragments [SME: 11899] |