Laravel Migrations with MySQL 8.0.x
In mysql in the terminal
ALTER USER 'username here'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password here';
Use this user in your laravel env file for the MYSQL database
Facebook Comments
Laravel Migrations with MySQL 8.0.x
In mysql in the terminal
ALTER USER 'username here'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password here';
Use this user in your laravel env file for the MYSQL database