FAQ > MySQL
Change the interface language of phpMyAdmin permanently
To permanently change the interface language of phpMyAdmin to any language you like, proceed as follows:
-
Open the file “/Library/Application Support/appsolute/MAMP PRO/phpMyAdmin/config.inc.php” in a text editor.
-
Search for the following line:
// $cfg['long'] = 'en-iso-8859-1';
-
Remove the comment characters (
//
) at the beginning of the line and change the assignment value tonl
(for example, for Dutch). The line now looks like this:$cfg['lang'] = 'nl';
-
Save and close the file.
-
Call phpMyAdmin. The interface language is now Dutch.