fixed typo
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# test to create a database from bash
|
# test to create a database from bash
|
||||||
mysql << 'EOF'
|
mysql << 'EOF'
|
||||||
drop birds;
|
drop DATABASE birds;
|
||||||
CREATE DATABASE IF NOT EXISTS birds;
|
CREATE DATABASE IF NOT EXISTS birds;
|
||||||
|
|
||||||
USE birds;
|
USE birds;
|
||||||
|
|||||||
Reference in New Issue
Block a user