CREATE DATABASE testdb1; DROP DATABASE testdb1;
dropdb 'database name'
sql -U <user> -c "drop database protodb"