how to restart mysql in my system code example
Example: how to restart mysql in linux
## mariadb ##
systemctl start mariadb
## mysql
systemctl start mysqld
## mariadb ##
systemctl start mariadb
## mysql
systemctl start mysqld