From 1756f8fd7c0d21374db4a180907449a9d46754c3 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Mon, 26 Apr 2021 00:40:51 +0200 Subject: [PATCH] Update 'README.md' Fix description --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08f3976..277297d 100644 --- a/README.md +++ b/README.md @@ -1,9 +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. +Very basic bash script to create a database on mysql whith 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 +sudo bash sql_datauser.sh // Make sure you are sudo here -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 +It will ask you to input the necessary fields and in the END it will ask you for the password for the user using sudo. \ No newline at end of file