Main panel¶
- $cfg['ShowStats']¶
Type: boolean Default value: true Defines whether or not to display space usage and statistics about databases and tables. Note that statistics requires at least MySQL 3.23.3 and that, at this date, MySQL doesn’t return such information for Berkeley DB tables.
- $cfg['ShowServerInfo']¶
Type: boolean Default value: true Defines whether to display detailed server information on main page. You can additionally hide more information by using $cfg['Servers'][$i]['verbose'].
- $cfg['ShowPhpInfo']¶
Type: boolean Default value: false
- $cfg['ShowChgPassword']¶
Type: boolean Default value: true
- $cfg['ShowCreateDb']¶
Type: boolean Default value: true Defines whether to display the PHP information and Change password links and form for creating database or not at the starting main (right) frame. This setting does not check MySQL commands entered directly.
Please note that to block the usage of phpinfo() in scripts, you have to put this in your php.ini:
disable_functions = phpinfo()
Also note that enabling the Change password link has no effect with config authentication mode: because of the hard coded password value in the configuration file, end users can’t be allowed to change their passwords.