We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19deaa6 commit a8c3703Copy full SHA for a8c3703
create-database
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+mysql -u root -p <<EOT
3
+CREATE DATABASE $1;
4
+SHOW DATABASES;
5
+EOT
0 commit comments