Update 'README.md'

Updated the readme.
This commit is contained in:
Ricardo
2018-11-14 13:26:00 +01:00
parent b8b7b0c3bf
commit bb289be16c

View File

@@ -2,3 +2,8 @@
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.