Answers for "SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client . Can not run php artisan migrate"

0

SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client . Can not run php artisan migrate

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password
BY 'password';
Posted by: Guest on July-19-2021

Code answers related to "SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client . Can not run php artisan migrate"

Browse Popular Code Answers by Language