
Mysql
PHPerJiang
一只有理想的程序猿
展开
-
LNMP的安装配置
更换yum源为阿里源 #!/bin/bash #备份本地yum源 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak #获取阿里的yum源配置 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Ce...原创 2019-04-10 15:41:44 · 378 阅读 · 0 评论 -
Mysql8.0的一个坑
环境:Mysql8.0 、PHP 7.3 报错如下: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client 原因如下: mysql8.0使用了新的密码验证插件,caching_sha2_password,而PHP7.3上并不支持,所以要么我们换个支持的PHP版本,要...原创 2019-04-18 11:22:15 · 1202 阅读 · 0 评论