Mic92 created page: home
This commit is contained in:
parent
1c3e3999c9
commit
ff2865725f
@ -2,8 +2,12 @@
|
||||
|
||||
### postgres
|
||||
|
||||
```bash
|
||||
$ create-postgres-user-and-database foo bar # create user `foo` and give him access to database `bar`
|
||||
```
|
||||
|
||||
### mysql
|
||||
|
||||
```bash
|
||||
$ create-mysql-user-and-database foo # create database and user `foo`
|
||||
```
|
Loading…
Reference in New Issue
Block a user