d025dca604
Change-Id: Iee56a7e65be51ebf19a61eefd60cc93de6a764bf
4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
#!/bin/bash
|
|
|
|
mysql --defaults-file=/etc/mysql/debian.cnf -e 'create database `<%= database_name %>` CHARACTER SET utf8 COLLATE utf8_bin'
|