Home > Database > Mysql Tutorial > body text

phpMyAdmin 3.0最简单的配置方法

WBOY
Release: 2016-06-07 16:54:03
Original
1227 people have browsed it

安装完phpMyAdmin 3.0后,将config.sample.inc.php 文件,改名为:config.inc.php,并用文本编辑打开,修改三个地方,一个是:$c

安装完phpMyAdmin 3.0后,将config.sample.inc.php 文件,改名为:config.inc.php,并用文本编辑打开,修改三个地方,一个是:

$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

随便给个名就行了吧。

下来是指定系统管理员用户名和密码:

$cfg['Servers'][$i]['controluser'] = 'root';

$cfg['Servers'][$i]['controlpass'] = 'root';

这个是安装 MySQL 时指定的,照填写就o了。

打开站点,就可以管理你的 MySQL 了!

linux

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!