使用go更换MySQL数据库时报错: dial tcp 127.0.0.1:6379: connectex: No connection could be made because the target machine actively refused it
## mysql库
DB_DRIVER=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=mysql_wty
DB_USERNAME=root
DB_PASSWORD=*********
从报错信息来看是拒绝访问 ,开启服务试试