@rickyspires have you change the database credentials from within the database itself; *and does the database actually exist?
Also, are you using a Mac or Windows PC, Homestead or other like MAMP, WAMP etc?
Have you set your DB_CONNECTION in the .env file to be "mysql" ? Or does it default to "mysql" in your config/database.php? like so:
'default' => env('DB_CONNECTION', 'mysql'),
I'm on a Mac using Homestead so I use:
DB_CONNECTION=mysql
DB_HOST=192.168.10.10
DB_DATABASE=myname-laravel
DB_USERNAME=myname
DB_PASSWORD=b********4
I also use Sequel Pro; so my connection looks like this:
