回答編集履歴
1
modified.
answer
CHANGED
@@ -28,13 +28,13 @@
|
|
28
28
|
EOF
|
29
29
|
```
|
30
30
|
|
31
|
-
and to get
|
31
|
+
and to get db.conf for sqlite:
|
32
32
|
|
33
33
|
```shell
|
34
34
|
$ cat db.conf.in sqlite.conf.in > db.conf
|
35
35
|
```
|
36
36
|
|
37
|
-
or mysql
|
37
|
+
or for mysql:
|
38
38
|
|
39
39
|
```shell
|
40
40
|
$ cat db.conf.in mysql.conf.in > db.conf
|