| ... | ... |
@@ -175,7 +175,10 @@ EOF |
| 175 | 175 |
# Install mysql-server |
| 176 | 176 |
if is_oraclelinux; then |
| 177 | 177 |
install_package mysql-community-server |
| 178 |
- elif is_fedora || is_suse; then |
|
| 178 |
+ elif is_fedora; then |
|
| 179 |
+ install_package mariadb-server mariadb-devel |
|
| 180 |
+ sudo systemctl enable $MYSQL_SERVICE_NAME |
|
| 181 |
+ elif is_suse; then |
|
| 179 | 182 |
install_package mariadb-server |
| 180 | 183 |
sudo systemctl enable $MYSQL_SERVICE_NAME |
| 181 | 184 |
elif is_ubuntu; then |