diff --git a/春松客服:开发环境.md b/春松客服:开发环境.md
index c52670e..aad5a72 100644
--- a/春松客服:开发环境.md
+++ b/春松客服:开发环境.md
@@ -106,25 +106,18 @@ cd cosin
docker-compose up -d mysql
```
-1. 连接MySQL服务
+在第一次执行这个命令时,mysql容器会自动创建```contactcenter```数据库并导入相关的表,因为该容器初始化时加载了```contact-center/config/sql/cskefu-MySQL-slim.sql```文件。
+
+连接MySQL服务
使用```docker-compose```启动的服务
-**ip** : localhost, **username** : root, **password** : 123456
+| IP | 用户名 | 密码 |
+| --- | --- | --- |
+| localhost | root | 123456 |
-2. 创建contact-center数据库
-
-
-
-3. 导入数据
-
-
-
-选择文件 ```contact-center/config/sql/cskefu-MySQL-slim.sql```,然后点击“执行”。
-
-
### Redis