PHPMYADMIN配置[18]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 yuguanglou 的 blog

nc_char',
       'enum'         => '',
       'set'          => ''
    );

    // map above defined groups to any function
    $cfg['restrictfunctions'] = array(
        'func_char'   => array(
            'ascii',
            'char',
            'soundex',
            'lcase',
            'ucase',
            'password',
            'md5',
            'encrypt',
            'last_insert_id',
            'user',
            'concat'
        ),

        'func_date'   => array(
            'now',
            'curdate',
            'curtime',
            'from_days',
            'from_unixtime',
            'period_add',
            'period_diff',
            'to_days',
            'unix_timestamp',
            'weekday'
        ),

        'func_number' => array(
            'ascii',
            'char',
            'md5',
            'encrypt',
            'rand',
            'last_insert_id',
            'count',
            'avg',
            'sum'
        )
    );
   
} // end if


/**
* unset magic_quotes_runtime - do not change!
*/
set_magic_quotes_runtime(0);

/**
* file revision - do not change either!
*/
$cfg['filerevision'] = '$revision: 1.204.2.1 $';
?>
 

本文关键:PHPMYADMIN配置
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top