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