Home > php教程 > php手册 > phpmyadmin无法连接:无效的设置

phpmyadmin无法连接:无效的设置

WBOY
Release: 2016-05-25 16:52:16
Original
784 people have browsed it

打开phpMyAdmin目录 找到phpMyAdmin的配置文件config.inc.php,将其中的

$cfg['Servers'][$i]['auth_type'] = 'config';
Copy after login

改为:

$cfg['Servers'][$i]['auth_type'] = 'cookie';
Copy after login


教程链接:

随意转载~但请保留教程地址★

Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template