Home > Backend Development > PHP Tutorial > 怎么安装phpMyAdmin-2.11.6

怎么安装phpMyAdmin-2.11.6

WBOY
Release: 2016-06-13 10:56:03
Original
847 people have browsed it

如何安装phpMyAdmin-2.11.6

因为phpMyAdmin3.0以上至少要php5.2版本才支持,如果php版本是5.1.6的话,那么只能安装phpMyAdmin2.11.x了

?

文件在附件

?

解压

cd phpMyAdmin-2.11.6-all-languages

cp config.sample.inc.php config.inc.php
vi config.inc.php??? 将$cfg['blowfish_secret'] = ''; 改成??? $cfg['blowfish_secret'] = 'aa';

保存退出

?

OK

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