/makedb

Easier creation of mysql databases

Primary LanguageShellMIT LicenseMIT

makedb

Easier creation of mysql databases

NOTE: Currently, the script supports only Ubuntu

This simple script will allow you to create a mysql database by using interactive prompt. You should ensure that you know your mysql root password.

Installation (Ubuntu):

git clone https://github.com/sitemapxml/makedb.git
cd makedb
chmod +x makedb
cp ./makedb /usr/bin/makedb

After the script is installed in bin folder you can call it directly by entering makedb in terminal.

License: MIT
Contributions: Welcome 😄