Skip to content

Instantly share code, notes, and snippets.

@websafe
Created October 15, 2016 03:25
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save websafe/50254a27bfd4017dc504efbe8645f976 to your computer and use it in GitHub Desktop.
Save websafe/50254a27bfd4017dc504efbe8645f976 to your computer and use it in GitHub Desktop.
#!/bin/bash
mysql_secure_installation <<EOF
y
secret
secret
y
y
y
y
EOF
@olen2006
Copy link

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment