I've re-installed WAMP multiple times, searched literally hundreds of pages, and its not fixed this issue:
I've looked inside the phpmyadmin config files, set:
$cfg['Lang'] = 'en-utf-8';
Uninstalled multiple times (as mentioned) and seemed to have no luck what so ever. Any help would be appreciated.
MySQL can be installed as part of some other tools/apps. If that is the case they normally set the service name to MYSQL and set it to start automatically so it is probably running before you get to start WAMPServer and therefore blocking port 3306.
Make sure that nothing else is using port 80. Look under options >> advanced >> connection and see if "use port 80" is checked. Uncheck if so. Then restart Skype. Might have to restart WAMP too.
There's a solution that just requires right-clicking on the WAMP icon, go to "Tools" and click on "Invert default DBMS MariaDB <-> MySQL", that should work. It will set MySQL as a default engine, change the port numbers for you and restart the services all by itself.
To change the language that MySQL uses when reporting you need to change the my.ini
file as follows.
Find this line:
# Change your locale here ! lc-messages=fr_FR
And change it to your prefered language, for example:
lc-messages=en_GB
To change it to English US, you can do like this:
lc-messages=en_US
Save the file and then restart MySQL.
left click wampmanager icon -> MySQL -> Service -> Restart Service
Remember the guys that produce WampServer are French so I guess thats why this has been added to the my.ini
file, and they just forgot to remove it on this release.
Use the wampmanager menus like so :-
left click wampmanager icon -> MySQL -> my.ini
This will load the my.ini file into your editor.
Here you can find a list of valid locales
Change the following settings in my.ini file
lc-messages=en_US
To permanently change the language preferences
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With