blob: 0c1f24bd340b1034f95472babd4ec6578121f116 [file] [log] [blame]
#!/bin/bash
mysql --defaults-file=/etc/mysql/debian.cnf -e 'grant all on `<%= database_name %>`.* to "<%= database_user %>"@"localhost" identified by "<%= database_password %>";'