Databases Reference
In-Depth Information
phpMyAdmin implements 'natural sort order' by default, as specified by
$cfg['NaturalOrder'] being TRUE . Thus the database and table lists in left and
right panels are sorted as:
table1
table2
table3
table10
Language Selection
A Language selector appears on the login panel (if any) and on the Home page. The
default behavior of phpMyAdmin is to use the language defined in our browser's
preferences, if there is a corresponding language file for this version.
The default language used in case the program cannot detect one is defined in
config.inc.php in the $cfg['DefaultLang'] parameter with 'en-iso-8859-1' .
This value can be changed. The possible values for language names are defined in
the libraries/select_lang.lib.php script as an array.
Even if the default language is defined, each user (especially on a multi-user
installation) can choose his or her preferred language from the selector:
The user's choice will be remembered in a cookie whenever possible.
 
Search WWH ::




Custom Search