#laravel Issue: the server requested authentication method unknown to the client laravel migrate Illuminate\Database\QueryException SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client (SQL: select * from information_schema.tables where table_schema = foodpatro and table_name = migrations and table_type = 'BASE TABLE') Illuminate\Database\QueryException : SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client (SQL: select * from information_schema.tables where table_schema = ota_points and table_name = migrations) solution:- open mysql in the terminal (just type mysql)Use the following commandALTER USER 'username here'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password here';Leave the password empty if you don't want a password.Use this user in your laravel env file for the MYSQL database. For more videos, Subscribe to the Channel