PHPMYADMIN配置[3]

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

本文简介:选择自 yuguanglou 的 blog

p;                 //     default: 'pma_relation'
$cfg['servers'][$i]['table_info']    = '';          // table to describe the display fields
                                                    //   - leave blank for no display fields support
                                                    //     default: 'pma_table_info'
$cfg['servers'][$i]['table_coords']  = '';          // table to describe the tables position for the pdf schema
                                                    //   - leave blank for no pdf schema support
                                                    //     default: 'pma_table_coords'
$cfg['servers'][$i]['pdf_pages']     = '';          // table to describe pages of relationpdf
                                                    //   - leave blank if you don't want to use this
                                                    //     default: 'pma_pdf_pages'
$cfg['servers'][$i]['column_info']   = '';          // table to store column information
                                                    //   - leave blank for no column comments/mime types
                                                    //     default: 'pma_column_info'
$cfg['servers'][$i]['history']       = '';          // table to store sql history
                                                    //   - leave blank for no sql query history
                                                    //     default: 'pma_history'
$cfg['servers'][$i]['verbose_check'] = true;        // set to false if you know that your pma_* tables
                                         

本文关键:PHPMYADMIN配置
 

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

go top