9 lines
210 B
Markdown
9 lines
210 B
Markdown
## 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` |