Maybe......?
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
service mysql start
|
service mysql start
|
||||||
mysql -u root -e /scripts/mysql_secure_install_equivalent.sql
|
mysql_secure_installation << EOF
|
||||||
|
|
||||||
|
y
|
||||||
|
Password1234
|
||||||
|
Password1234
|
||||||
|
y
|
||||||
|
y
|
||||||
|
y
|
||||||
|
y
|
||||||
|
EOF
|
||||||
Reference in New Issue
Block a user