Home >Backend Development >PHP Tutorial > WampServer的集成phpmyadmin设立

WampServer的集成phpmyadmin设立

WBOY
WBOYOriginal
2016-06-13 12:38:001091browse

WampServer的集成phpmyadmin设置

安装WampServer 集成环境的,安装的时候是不给提示设置mysql密码和phpmyadmin的密码那些的。

可以通过mysql和phpmyadmin的终端来设置。

另外设置phpmyadmin需要进行登录,可以在phpmyadmin的配置文件config.ini.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