eve-doc/home.markdown

9 lines
210 B
Markdown
Raw Normal View History

2014-08-18 10:38:52 +00:00
## Database
### postgres
$ create-postgres-user-and-database foo bar # create user `foo` and give him access to database `bar`
### mysql
$ create-mysql-user-and-database foo # create database and user `foo`