Skip to content
MAMP PRO Documentation

Change the interface language of phpMyAdmin permanently

  1. Open the file /Library/Application Support/appsolute/MAMP PRO/phpMyAdmin/config.inc.php in a text editor.

  2. Search for the following line:

    // $cfg['lang'] = 'en-iso-8859-1';
  3. Remove the comment characters (//) at the beginning of the line and change the assignment value to nl (for example, for Dutch):

    $cfg['lang'] = 'nl';
  4. Save and close the file.

  5. Open phpMyAdmin. The interface language is now Dutch.


MySQL how-to guides