Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki777 committed May 7, 2023
1 parent e8faab9 commit 2f0383c
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ git clone https://github.com/pj8/dbdb.git
cd dbdb
```

<details><summary>MySQL</summary><div>

## MySQL

### Manage MySQL Server on localhost
Expand Down Expand Up @@ -53,7 +55,9 @@ cd dbdb
- 8.0.23
- 8.0.30

---
</div></details>

<details><summary>PostgreSQL</summary><div>

## PostgreSQL

Expand All @@ -79,7 +83,9 @@ cd dbdb
- 12.6
- 13.2

---
</div></details>

<details><summary>Redis</summary><div>

## Redis

Expand All @@ -105,7 +111,9 @@ cd dbdb
- 6.0.16
- 6.2.6

---
</div></details>

<details><summary>MongoDB</summary><div>

## MongoDB

Expand All @@ -130,7 +138,7 @@ cd dbdb
- 4.4.10
- 5.0.3

---
</div></details>

## Tips

Expand All @@ -149,7 +157,7 @@ cd dbdb
### Start by creating the database server if it does not exist.

```
# Try create, then start server.
# Create and start
/path/to/dbdb/mysql/create-start.sh mysql5-foo 5.7.31 3306
```

Expand All @@ -172,6 +180,6 @@ cd dbdb
# Start mysql8 with port 13306
@reboot /path/to/dbdb/mysql/start.sh mysql8-bar
# Try create, then start the server
# Create and start
@reboot /path/to/dbdb/redis/create-start.sh redis1 6.0.10 6379
```

0 comments on commit 2f0383c

Please sign in to comment.