CREATE DATABASE IF NOT EXISTS diesel_test; CREATE DATABASE IF NOT EXISTS diesel_unit_test; GRANT ALL ON `diesel_%`.* TO 'root'@'localhost';