#!/bin/bash echo Starting mysql server in background mysqld --user=root --daemonize& echo Starting shell bash