docs: update readme, database files

This commit is contained in:
RockYang
2023-10-13 09:59:05 +08:00
parent 4cae7525d9
commit d043a87b30
3 changed files with 1178 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ cd docker/mysql
# 创建 mysql 容器
docker-compose up -d
# 导入数据库
docker exec -i chatgpt-plus-mysql sh -c 'exec mysql -uroot -p12345678' < ../../database/chatgpt_plus-v3.1.4.sql
docker exec -i chatgpt-plus-mysql sh -c 'exec mysql -uroot -p12345678' < ../../database/chatgpt_plus-v3.1.5.sql
```
如果你本地已经安装了 MySQL 服务,那么你只需手动导入数据库即可。