Commit a8cd4236 authored by Liang Ding's avatar Liang Ding

📝 MySQL 建库说明

parent ab1d2106
......@@ -98,7 +98,8 @@ docker pull b3log/solo
* 使用 MySQL
先手动建库(字符集使用 `utf8mb4`,排序规则 `utf8mb4_general_ci`),然后启动容器:
先手动建库(库名 `solo`,字符集使用 `utf8mb4`,排序规则 `utf8mb4_general_ci`),然后启动容器:
```shell
docker run --detach --name solo --network=host \
--env RUNTIME_DB="MYSQL" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment