Sha256: 847ea521294bb5fb6ef064e78bc8b41cea16e66373a20575e5d281df260c6652
Contents?: true
Size: 213 Bytes
Versions: 4
Compression:
Stored size: 213 Bytes
Contents
<% locations_for_grant.each do |location| %> GRANT ALL PRIVILEGES ON <%= db_name %>.* TO '<%= db_user %>'@'<%= location %>' IDENTIFIED BY '<%= db_pass %>'; <% end %> CREATE DATABASE IF NOT EXISTS <%= db_name %>;
Version data entries
4 entries across 4 versions & 1 rubygems