mysqlコマンドを使用してシェルを介してlaravelアプリでの使用を変更する必要があります
ALTER USER 'user'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'your password';
ALTER USER 'user'@'%' IDENTIFIED WITH caching_sha2_password BY 'your password';
mysqlコマンドを使用してシェルを介してlaravelアプリでの使用を変更する必要があります
ALTER USER 'user'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'your password';
ALTER USER 'user'@'%' IDENTIFIED WITH caching_sha2_password BY 'your password';