dokku / dokku-mariadb

a mariadb plugin for dokku
MIT License
73 stars 26 forks source link

Remove quotes from database name #49

Closed pstuifzand closed 8 years ago

pstuifzand commented 8 years ago

Removed the quotes here, because the init scripts of the container will add the quotes to the name of the database.

This line in the docker library also adds the quotes. https://github.com/docker-library/mariadb/blob/489a5bb656d2dbc583e0b0e4094fae6c32bec1a4/10.1/docker-entrypoint.sh#L81

josegonzalez commented 8 years ago

Guess the hack for mysql isn't necessary. Thanks!