Modification : vm_{host,hosted,remote} -> {host,local,remote}/ .
[lhc/ateliers.git] / etc / mysql / bin / createdb
diff --git a/etc/mysql/bin/createdb b/etc/mysql/bin/createdb
deleted file mode 100755 (executable)
index adc6ecd..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -eux
-db="$1"
-user="${2:-$1}"
-sudo -u mysql mysql --batch --verbose <<-EOF
-       CALL mysql.create_database('$db', '$user', 'localhost');
-       EOF