Provides security configurations for mysql. It is intended to set up production-ready mysql instances that are configured with minimal surface for attackers. This cookbook focus security configuration ...
I'm a big fan of MySQL. The community edition of the MySQL server, as the open-source database is formally known, is a popular choice for both development and deployment because it checks all the ...
install.yml – Installs MySQL server. configure.yml – Updates MySQL configuration using templates. databases.yml – Creates databases and users. imports.yml – Imports SQL files into created databases.