- 创建用户并授权
需要使用本地地址127.0.0.1连接MySQL数据库否则可能授权失败
> create user zentao@'%' identified by 'password';
> grant all on zentao.* to zentao@'%';
> flush privileges
- 修改配置文件
配置文件在路径
zentao/config/my.php
- 重启禅道
> create user zentao@'%' identified by 'password';
> grant all on zentao.* to zentao@'%';
> flush privileges
zentao/config/my.php