Mic92 created page: home

This commit is contained in:
Jörg Thalheim 2014-08-18 12:40:34 +02:00
parent 1c3e3999c9
commit ff2865725f
1 changed files with 5 additions and 1 deletions

View File

@ -2,8 +2,12 @@
### postgres
```bash
$ 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`
```bash
$ create-mysql-user-and-database foo # create database and user `foo`
```