config.inc.php配置文件信息
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* phpMyAdmin sample configuration, you can use it as base for
* manual configuration. For easier setup you can use setup/
*
* All directives are explained in documentation in the doc/ folder
* or at https://docs.phpmyadmin.net/.
*
* @package PhpMyAdmin
*/
/**
* This is needed for cookie based authentication to encrypt password in
* cookie. Needs to be 32 chars long.
*/
$cfg[‘blowfish_secret’] = ‘sdfasdfadg’; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
/**
* Servers configuration
*/
$i = 0;
/**
* First server
*/
i++;/∗Authenticationtype∗/ i + + ; / ∗ A u t h e n t i c a t i o n t y p e ∗ / cfg['Servers'][ i][‘authtype′]=‘cookie′;/∗Serverparameters∗/ i ] [ ‘ a u t h t y p e ′ ] = ‘ c o o k i e ′ ; / ∗ S e r v e r p a r a m e t e r s ∗ / cfg['Servers'][ i][‘host′]=‘localhost′; i ] [ ‘ h o s t ′ ] = ‘ l o c a l h o s t ′ ; cfg['Servers'][ i][‘compress′]=false; i ] [ ‘ c o m p r e s s ′ ] = f a l s e ; cfg['Servers'][$i][‘AllowNoPassword’] = false;
/**
* phpMyAdmin configuration storage settings.
*/
/* User used to manipulate with storage */
// cfg[′Servers′][ c f g [ ′ S e r v e r s ′ ] [ i][‘controlhost’] = ‘127.0.0.1’;
//

本文档提供了Linux环境下phpmyadmin配置文件config.inc.php的详细信息,包括用于cookie认证的blowfish_secret设置,服务器配置,以及phpMyAdmin的存储配置等。配置文件用于设定phpmyadmin的连接参数、权限管理和用户认证方式。

3716

被折叠的 条评论
为什么被折叠?



