Created
April 15, 2019 18:24
-
-
Save trevorgreenleaf/320eb0f0cdd585dcf6c5654d875163f4 to your computer and use it in GitHub Desktop.
Laravel Valet MySQL Connection Issue on Fresh install - caching_sha2_password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Issue with Mysql now makign passwords sha2 you need to fix by running these to commands | |
https://laracasts.com/discuss/channels/laravel/caching-sha2-password-error-when-running-php-artisan-migrate | |
mysql -uroot -p | |
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY ''; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment