From bb289be16ce726ce69c10428a96f505e15c4bbf4 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Wed, 14 Nov 2018 13:26:00 +0100 Subject: [PATCH] Update 'README.md' Updated the readme. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69ae973..08f3976 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # 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 +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. + +To run type in terminal: +sudo bash sql_datauser.sh + +It will ask you to input the necessary fields and in the END it will ask you for the password for the root user of the mysql server. \ No newline at end of file