我使用 nginx 配置了我的 phpadmin,但登录时遇到问题。我的 phpadmin 版本是 4.9.5,我的 php 版本是 PHP 7.4.3。
当我尝试$cfg['Servers'][$i]['auth_type']
改变/etc/phpmyadmin/config.inc.php
或'http'
'config'
$cfg['Servers'][$i]['auth_type'] = 'http';
但 cookie $cfg['Servers'][$i]['auth_type'] = 'cookie';
不起作用并返回Failed
设置会话 cookie 也许你使用的是 HTTP 而不是 HTTPS。我搜索了一下
找到了清除浏览器...但这不是一个解决方案