摘要: 一.安装swoole服务 1. 下载swoole源码,下载地址: https://github.com/swoole/swoole-src/releases 2. 将tar包上传到/usr/local/src/swoole下面,这里面存储安装源文件。 3. 解压源文件,tar –xvfswoole. 阅读全文
posted @ 2019-02-23 16:45 做人如水,做事如山 阅读(973) 评论(0) 推荐(0)
摘要: 问题概述 SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client 发生这种错误,是由于MySQL 8默认使用了新的密码验证插件:caching_sha2_password,而之前的 阅读全文
posted @ 2019-02-23 12:52 做人如水,做事如山 阅读(604) 评论(0) 推荐(0)