#!/bin/sh -eux user="$1" sudo mysql -u mysql --batch <<-EOF CALL mysql.create_user($(user), 'localhost'); EOF