Skip to content

Commit

Permalink
Merge branch 'COOK-435'
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Jun 7, 2011
2 parents 1651d4e + 5621b0e commit 0c5e69d
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 0c5e69d

Please sign in to comment.