summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Mysql.hs
AgeCommit message (Collapse)Author
2019-03-26Mysql: add databaseRestored to create a database and populate itmysqlNicolas Schodet
2019-03-26Mysql: add missing documentation markupNicolas Schodet
2019-03-26Mysql: wait for server to be startedNicolas Schodet
2018-10-19Mysql: do not install the server to remove a database/userNicolas Schodet
2018-10-19Mysql: changes following Joey's reviewNicolas Schodet
- add a comment about database names, - do not use Show to generate configuration, - use Enum for privileges, - safely quote strings given as SQL parameters. Also always use uppercase for SQL.
2018-08-31Mysql: grant global privileges to an userNicolas Schodet
2018-08-30Mysql: handle classic databases for web applicationsNicolas Schodet