Skip to content

Commit eb5547f

Browse files
committed
add conf how to write
1 parent 253a9ae commit eb5547f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

conf.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Confの位置
2+
3+
## MySQL5.7
4+
### mysql-community-server
5+
- `/etc/my.cnf`
6+
7+
### docker
8+
- `etc/mysql/mysql.conf.d/mysqld.cnf``etc/mysql/conf.d/mysql.cnf`
9+
10+
## MySQL8.0
11+
### mysql-community-server
12+
- `/etc/my.cnf`
13+
14+
### Docker版
15+
- `/etc/my.cnf``etc/mysql/conf.d/mysql.cnf`

0 commit comments

Comments
 (0)