本文章来给大家介绍phpmyadmin无法连接:无效的设置解决办法,有需要了解的朋友可进入参考参考。
打开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