This alfred workflow will allow the users to create or drop mysql
for creating database
create database databasename
for drop database
drop database databasename
Note : this avaiable only for MAMP users as it's looking for the mysql path related to MAMP installation, if you want to change that you have to enter your mysql path instead of the current one