I feel like I've tried everything. user root with empty password doesn't work.
Tried uninstalling and reinstalling mysql. Doesn't work.
Thinking this had something to do with my project in Laravel, I uninstalled and reinstalled it. Started a fresh project. Nope.
Uninstalled reinstalled Homestead. Nope.
Uninstalled reinstalled Vagrant. Nope.
My database config in Laravel looks like this:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
But when I try:
mysql -u homestead -p
and 'secret' I get:
ERROR 1045 (28000): Access denied for user 'homestead'@'localhost' (using password: YES)
I followed all the steps to this post, and....can you guess? NOPE NOTHING.
Access denied for user 'homestead'@'localhost' (using password: YES) on Laravel 5.2.27
Please help. I will be happy to provide any more information if I missed anything.