Cloudflare更新解析的ip地址后为什么出错
Cloudflare更新解析的ip地址后为什么出错,我遇到过这类的问题,一般情况下是缓存的原因导致,因为Cloudflare也需要一个时间周期来更新。等一等就好了。 (more...)
Cloudflare更新解析的ip地址后为什么出错,我遇到过这类的问题,一般情况下是缓存的原因导致,因为Cloudflare也需要一个时间周期来更新。等一等就好了。 (more...)
在使用lnmp过程中,在数据库登录页面有很多的报错,登进去也是,找找原因是php版本和mysql数据库的版本不太能对称,php版本是8.2,phpmyadmin版本是4.9.11,去官网看了下 可以看到官方给出的建议是 phpMyAdmin 4.9.11 Released 2023-02-08, see release notes for details. Older version compatible with PHP 5.5 to 7.4 and MySQL/MariaDB 5.5 and newer. Currently supported for security fixes only. phpmyadmin 4.9.11这个版本更适合PHP版本5.5 到7.4的环境,我现在的php版本超过了这个建议值。 phpMyAdmin 5.2.1 Released 2023-02-08, see release notes for details. Current version compatible with PHP 7.2 and newer and MySQL/MariaDB 5.5 and newer. […] (more...)