*******\wamp\www\laravel>php artisan migrate:install
[PDOException] SQLSTATE[HY000] [1045] AccΦs refusΘ pour l'utilisateur: 'homestead'@'@local host' (mot de passe: OUI)
Can anyone please kindly tell me how to change the language to English? It would really help me in the future. Thank you in advance.
It seems you are using Wamp server's mySQL..
On the text editor,find this line:
lc-messages=fr_FR
And change to:
lc-messages=en_US
After saving the changes,you need to restart Mysql service.
By the way the error you get means:
access denied for user: homestead'@'@localhost'(password: yes)
Be sure you correctly configure laravel to use on wamp-server and your database settings are correct..
you may need to check both app/config/databese.php
and .env
file in your root directory..
https://laravel.com/docs/5.0/configuration#environment-configuration