打开phpMyAdmin目录 找到phpMyAdmin的配置文件config.inc.php,将其中的
$cfg['Servers'][$i]['auth_type'] = 'config';
改为:
$cfg['Servers'][$i]['auth_type'] = 'cookie';
教程链接:
随意转载~但请保留教程地址★
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn