iferr!=nil{
fmt.Printf("Error connecting to MySQL on '%s': n",hostToCheck,err)
db.Close()
os.Exit(1)
}
//Checkconnectionisalive.
err=db.Ping()
fmt.Printf("Unable to ping mysql at '%s': %sn",hostToCheck,err)