2647ed4daa
Change-Id: Ided15b1ba47ee02ce609284f24cdaa730e851d6d
8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
sudo mysql -u root << EOF
|
|
DROP DATABASE IF EXISTS neutron;
|
|
EOF
|