Skip to content

Commit

Permalink
COOK-435: Don't set the mysql root user password in wordpress cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
btm authored and schisamo committed Jun 7, 2011
1 parent 1651d4e commit 5621b0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wordpress/templates/default/grants.sql.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
GRANT ALL ON <%= @database %>.* TO '<%= @user %>'@'%' IDENTIFIED BY '<%= @password %>';

SET PASSWORD FOR 'root'@'localhost' = PASSWORD('<%= node[:mysql][:server_root_password] %>');

FLUSH PRIVILEGES;

0 comments on commit 5621b0e

Please sign in to comment.