Mysql Database Create Drop

An Alfred Workflow


Short Description

Create and drop mysql databases

Last Updated

08 Jun 2015

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

1.0
 

Bundle ID

com.oaattia.mysql-database
 

Author

Categories

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