Testing
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
service mysql start
|
||||||
|
|
||||||
# Perform the equivalent of running `mysql_secure_installation`
|
# Perform the equivalent of running `mysql_secure_installation`
|
||||||
mysql -e "UPDATE mysql.user SET authentication_string=PASSWORD('Password1234') WHERE User='root';"
|
mysql -e "UPDATE mysql.user SET authentication_string=PASSWORD('Password1234') WHERE User='root';"
|
||||||
|
|||||||
Reference in New Issue
Block a user