1、下载coturn源码
git clone https://github.com/coturn/coturn.git2、进入到coturn路径下,执行一下命令。
./configure出现以下错误: 问题1:ERROR: OpenSSL Crypto development libraries are not installed properly in required locati…
1.进入容器
docker exec -it xxxx bash
2.使用root账号登录mysql
mysql -u root -p 3.查看当前加密方式
use mysql;
SELECT Host, User, plugin from user; 我这是改过了,应该都是caching_sha2_password
4. 修改加密方式
ALTER USER root% IDENTIFIED WITH m…