Sha256: 33f1754a2f35a224322b2a373de4c50534b3067da324925c19b204c9d60ad8ce
Contents?: true
Size: 435 Bytes
Versions: 57
Compression:
Stored size: 435 Bytes
Contents
#!/bin/bash expect -c " set timeout 5 spawn mysql_secure_installation expect \"Enter current password for root\" send \"\n\" expect \"Set root password?\" send \"n\n\" expect \"Remove anonymous users?\" send \"y\n\" expect \"Disallow root login remotely?\" send \"y\n\" expect \"Remove test database and access to it?\" send \"y\n\" expect \"Reload privilege tables now?\" send \"y\n\" interact "
Version data entries
57 entries across 57 versions & 2 rubygems