phpMyAdmin is in FRANÇAIS or something and I don't know how to get it to English. I have uninstalled it and reinstalled it with no luck. I downloaded it from the Wamp Server English site: http://www.wampserver.com/en/ But phpMyAdmin is still not in English.
Does anyone know how I can change the language? I can't even read the page to find settings and Google Chrome won't translate the iframes (and phpMyAdmin is full of iframes)
Also I have searched around and I have not been able to find any solutions.
Thanks in advance.
I think there is some other installed languages on your system that caused this problem.
However you can change phpMyAdmin inside its settings. To fix it, please do these steps (As you can't read the texts, I have to tell you an address in phpMyAdmin) :
This is for phpMyAdmin 3.4.5; You may have another version
- Open phpMyAdmin
- In the home page, look at the main menu in top of the page (right side)
- Point your mouse on the last item; A list will be shown to you, then click at the last item with a wrench icon beside it. (You entered to the phpMyAdmin settings)
- There are 4 boxes in the current page. Look at the right-bottom one. There is a button there. It's reset button. Click on it ...
- Your settings will reset and you can see phpMyAdmin in English language.
Good luck.
Solutions for both part:
1) change main language of Phpmyadmin:
open PHPMYADMIN homepage, and in the center, there is Language Dropdown. (or insert $cfg['Lang'] = 'en-utf-8';
in \apps\phpmyadmin\config.inc.php
)
2) change MYSQL panel language:
(according to RiggsFolly post):
Open my.ini (located in /bin/mysql/mysqlX.XX/ ) and change
lc-messages=fr_FR
to
lc-messages=en_GB
That seems to be a french project, so maybe its actually configured to french settings. Have a look at XAMPP. Its a WAMP stack as well.
Searching on SO: Setting PHPMyAdmin Language
Open Your PHP MyAdmin and show this screenshot