Anda harus mengubah penggunaan di aplikasi laravel Anda melalui shell dengan perintah mysql
ALTER USER 'user'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'your password';
ALTER USER 'user'@'%' IDENTIFIED WITH caching_sha2_password BY 'your password';