phpmyadmin configuration file now requires a phrase password_PHP Tutorial

WBOY
Release: 2016-07-13 17:45:54
Original
855 people have browsed it

Configuration files now require a phrase password $cfg['blowfish_secret'] = 'malu';

Change

in phpmyadmin/libraries/config.default.php

$cfg['blowfish_secret'] = ”; changed to $cfg['blowfish_secret'] = ‘malu’;

Note: 'malu' is an arbitrary character.

Author "Xiaobai loves rookie"

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/478631.htmlTechArticleThe configuration file now requires a phrase password $cfg[blowfish_secret] = malu; phpmyadmin/libraries/config.default. $cfg[blowfish_secret] = ; in php changed to $cfg[blowfish_secret] = m...
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!