#!/bin/bash service mysql start if [ $(echo "SELECT COUNT(*) FROM mysql.user WHERE user = 'kelompokf01';" | mysql | tail -n1) -eq 0 ] then cat > inituser.sql < inituser.sql < /etc/mysql/my.cnf <