update script to install mysql
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ do
|
||||
CREATE USER '$dbuser'@'localhost' IDENTIFIED BY '$dbpass';
|
||||
GRANT ALL PRIVILEGES ON $dbuser.* TO '$dbuser'@'localhost';
|
||||
FLUSH PRIVILEGES;
|
||||
MYSQL_SCRIPT
|
||||
MYSQL_SCRIPT
|
||||
|
||||
echo "MySQL user created."
|
||||
echo "Username: $dbuser"
|
||||
|
||||
Reference in New Issue
Block a user