Hello Sergiu,
There is no need to run manual SQL code since the puppettlabs-mysql module
has providers for this. I found an example being used in the
puppetlabs-mysql module itself. See
https://github.com/puppetlabs/puppetlabs-mysql/blob/master/manifests/server/account_security.pp
See the bott
Hello Sergiu:
The Puppet Labs MySQL Module creates the sql statements and runs them
against the mysql server, but does not maintain them persistently. So to
remove a database run the following
mysql -u -p -h -e "DROP DATABASE "
Thanks
Joey
On Thursday, December 10, 2015 at 9:20:46 AM UTC-5,