Open sernapallyanurag opened 8 years ago
execute "mysql-install-drupal-privileges" do command "/usr/bin/mysql -h #{node['drupal']['db']['host']} -u root -p#{node['mysql']['server_root_password']} < /etc/mysql/drupal-grants.sql" action :nothing end
The present mysql cookbook doesnot work. Which mysql cookbook should I use?
execute "mysql-install-drupal-privileges" do command "/usr/bin/mysql -h #{node['drupal']['db']['host']} -u root -p#{node['mysql']['server_root_password']} < /etc/mysql/drupal-grants.sql" action :nothing end
The present mysql cookbook doesnot work. Which mysql cookbook should I use?