#!/bin/bash# Author: Athmane Madjoudj <athmanem@gmail.com> # MySQLt_InstallPackage mysql-servert_ServiceControl mysqld start >/dev/null 2>&1