1. 问题重述
Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to access phpMyAdmin.
2. 几种可能的解决方案
2.1 确保phpMyAdmin的配置文件正确设置了HTTPS。检查phpMyAdmin的配置文件(在下载文件夹里面搜索config.inc.php文件),确保其中的$cfg[‘ForceSSL’]已设置为true。(强制phpMyAdmin使用HTTPS连接。这个配置告诉phpMyAdmin在建立会话和设置cookie时始终使用安全的HTTPS连接,避免出现会话cookie设置失败的问题。)(注:最新版貌似没有这个)
2.2 旧的cookie或缓存可能会导致问题。可以尝试清除浏览器的缓存和cookie,然后重新尝试访问phpMyAdmin。(都关闭重启)
2.3 config.default.php中 $cfg['PmaAbsoluteUri']设置为空,phpMyAdmin 会尝试自动检测(可能会解决)
还没有评论,来说两句吧...