From f3d2605009fbc2598011a0f63be5ddb30c7215ca Mon Sep 17 00:00:00 2001 From: Ricardo Date: Wed, 14 Nov 2018 13:18:58 +0100 Subject: [PATCH] Initial commit --- LICENSE | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 LICENSE create mode 100644 README.md 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