Developer

Warning

These settings might have huge effect on performance or security.

$cfg['DBG']
Type: array
Default value: array(…)
$cfg['DBG']['sql']
Type: boolean
Default value: false

Enable logging queries and execution times to be displayed in the console's Debug SQL tab.

$cfg['DBG']['sqllog']
Type: boolean
Default value: false

Enable logging of queries and execution times to the syslog. Requires $cfg['DBG']['sql'] to be enabled.

$cfg['DBG']['demo']
Type: boolean
Default value: false

Enable to let server present itself as demo server. This is used for phpMyAdmin demo server.

It currently changes following behavior:

  • There is welcome message on the main page.
  • There is footer information about demo server and used git revision.
  • The setup script is enabled even with existing configuration.
  • The setup does not try to connect to the MySQL server.
$cfg['DBG']['simple2fa']
Type: boolean
Default value: false

Can be used for testing two-factor authentication using Simple two-factor authentication.