From d90c9f67f72e1af533b68d30555f2f2a28eed120 Mon Sep 17 00:00:00 2001 From: Samurais Date: Tue, 4 Sep 2018 13:26:47 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=98=A5=E6=9D=BE=E5=AE=A2=E6=9C=8D?= =?UTF-8?q?=EF=BC=9A=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 春松客服:开发环境.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) 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