Add package names for openSUSE/SLE

Change-Id: I487cc7b8bd228ff77c9881528e3395cbe3c43d4a
This commit is contained in:
Vincent Untz
2012-11-21 17:45:49 +01:00
parent 856a11e0e4
commit ca5c471386
18 changed files with 209 additions and 3 deletions
+5 -1
View File
@@ -84,7 +84,11 @@ EOF
chmod 0600 $HOME/.my.cnf
fi
# Install mysql-server
install_package mysql-server
if is_suse; then
install_package mysql-community-server
else
install_package mysql-server
fi
}
function database_connection_url_mysql {