# create the databases CREATE DATABASE IF NOT EXISTS `semaphore`; # create users and privileges CREATE USER 'semaphore'@'%' IDENTIFIED BY 'Zk5FM#*9uAFzt6n6TGD!'; GRANT ALL PRIVILEGES ON semaphore.* TO 'semaphore'@'%';