Update 'README.md'
Updated the readme.
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
# App_SQL_DB_bash_creator
|
# 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 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 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.
|
Reference in New Issue
Block a user