Sha256: 819b5d4af09089dd119d44665e94b79c34e3d29d1c470aa501b091aa2b2802c8

Contents?: true

Size: 184 Bytes

Versions: 4

Compression:

Stored size: 184 Bytes

Contents

GRANT ALL PRIVILEGES ON `<%= @variables[:db_name] %>`.`*` TO `<%= @variables[:db_user] %>`@`<%= @variables[:db_host] %>` IDENTIFIED BY `<%= @variables[:db_pass] %>`;
FLUSH PRIVILEGES;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
danarchy_deploy-0.2.11 templates/applications/wordpress/mysql_user_privileges.sql.erb
danarchy_deploy-0.2.10 templates/applications/wordpress/mysql_user_privileges.sql.erb
danarchy_deploy-0.2.9 templates/applications/wordpress/mysql_user_privileges.sql.erb
danarchy_deploy-0.2.8 templates/applications/wordpress/mysql_user_privileges.sql.erb