Skip to content

Commit 245c173

Browse files
committed
update usage
1 parent d537a8a commit 245c173

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
# Mysql on container
2-
3-
Mysql on Container with utf-8 encoding.
1+
# MySQL on docker container
2+
>MySQL on Docker Container with utf-8 encoding.
43
54
## Requisites
65
- docker
76
- Linux
87
- make
9-
- mysql:5.7 image
10-
11-
## Intro
12-
- `etc`: store mysql config file.
13-
- `data`: directory used to volume to mysql container to back up data.
8+
- direction
9+
- `etc`: store mysql config file.
10+
- `data`: directory used to volume to mysql container to back up data.
1411

1512
## Usage
1613
- clone repo
1714

1815
```
19-
git clone https://github.com/dockerq/container-mysql.git
16+
git clone https://github.com/dockerq/docker-mysql.git
2017
```
21-
- change your config info on `Makefile` and `etc/adolphlwq.cnf`
18+
- change your config in `Makefile` and `etc/adolphlwq.cnf`
2219
```
2320
# Makefile
2421
export root_pass=root

0 commit comments

Comments
 (0)