admin管理员组

文章数量:1558067

php 7.3.26+ngnix + percona8

yum -y install https://repo.percona/yum/percona-release-latest.noarch.rpm
percona-release setup ps80
yum -y install percona-server-server percona-toolkit
percona-release enable-only tools release
yum -y install percona-xtrabackup-80
rpm -qi percona-server-server
systemctl enable --now mysqld
systemctl status mysqld

 

然后下载 binom 安装包 https://data.binom/Install_Binom_Latest.tar.gz

解压。浏览器打开域名,填入数据库信息,但是点“install”没反应。 查看 php errorlog,显示 Call to a member function exec() on null in core/db2.php

用 phpmyadmin 登陆数据库,显示 #2054 错误。

查资料。 https://blog.csdn/zizhilianqiu/article/details/88429264

MySQL 8默认使用了新的密码验证插件:caching_sha2_password。但是 php7.3 连接mysql还是

本文标签: 程序广告binom