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

WampServer的集成phpmyadmin设立

WBOY
Release: 2016-06-13 12:38:00
Original
1077 people have browsed it

WampServer的集成phpmyadmin设置

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

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

另外设置phpmyadmin需要进行登录,可以在phpmyadmin的配置文件config.ini.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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template