I use the command php artisan migrate to migrate my db in laravel 5 .. it gives me an error:
exception \'PDOException\' with message \'SQLSTATE[HY000] [10
Edit .env file
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=yourdbname DB_USERNAME=yourusername DB_PASSWORD=yourpassword
and type in your cmd
php artisan migrate
it will work for sure