commit f3d2605009fbc2598011a0f63be5ddb30c7215ca Author: Ricardo Date: Wed Nov 14 13:18:58 2018 +0100 Initial commit diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3c6e342 --- /dev/null +++ b/LICENSE @@ -0,0 +1,2 @@ +"THE BEER-WARE LICENSE" (Revision 42): + wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp diff --git a/README.md b/README.md new file mode 100644 index 0000000..69ae973 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# App_SQL_DB_bash_creator + +Very basic bash script to create a database on mysql whit its own user and password to be used by an application like a website, cloud, etc. +To be used on a myql server like mariaDB. \ No newline at end of file