29.06.2016 Views

phpmyadmin-chinese-china

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

phpMyAdmin Documentation, Release 4.5.0-dev<br />

Type integer<br />

Default value 500000<br />

For InnoDB tables, determines for how large tables phpMyAdmin should get the exact row count using SELECT<br />

COUNT. If the approximate row count as returned by SHOW TABLE STATUS is smaller than this value,<br />

SELECT COUNT will be used, otherwise the approximate count will be used.<br />

$cfg[’MaxExactCountViews’]<br />

Type integer<br />

Default value 0<br />

For VIEWs, since obtaining the exact count could have an impact on performance, this value is the maximum<br />

to be displayed, using a SELECT COUNT ... LIMIT. Setting this to 0 bypasses any row counting.<br />

$cfg[’NaturalOrder’]<br />

Type boolean<br />

Default value true<br />

Sorts database and table names according to natural order (for example, t1, t2, t10). Currently implemented in<br />

the navigation panel and in Database view, for the table list.<br />

$cfg[’InitialSlidersState’]<br />

Type string<br />

Default value ’closed’<br />

If set to ’closed’, the visual sliders are initially in a closed state. A value of ’open’ does the reverse. To<br />

completely disable all visual sliders, use ’disabled’.<br />

$cfg[’UserprefsDisallow’]<br />

Type array<br />

Default value array()<br />

Contains names of configuration options (keys in $cfg array) that users can’t set through user preferences. For<br />

possible values, refer to libraries/config/user_preferences.forms.php.<br />

$cfg[’UserprefsDeveloperTab’]<br />

Type boolean<br />

Default value false<br />

Activates in the user preferences a tab containing options for developers of phpMyAdmin.<br />

4.21 Page titles<br />

$cfg[’TitleTable’]<br />

Type string<br />

Default value ’@HTTP_HOST@ / @VSERVER@ / @DATABASE@ / @TABLE@ |<br />

@PHPMYADMIN@’<br />

$cfg[’TitleDatabase’]<br />

Type string<br />

Default value ’@HTTP_HOST@ / @VSERVER@ / @DATABASE@ | @PHPMYADMIN@’<br />

4.21. Page titles 57

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!