-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel Migrations with MySQL 8.0.x #27742
Comments
Duplicate of #23961. |
This is a PHP issue, Laravel can't do anything to fix it: https://bugs.php.net/bug.php?id=76243 |
open mysql in the terminal (just type mysql) |
This is the best solution until PHP not fix this issue.
|
Thank you very much, this solution worked in my case |
Don't forget to update to PHP 7.4 |
I was passing through the same issue. And the procedure above solved. Thank you very much @swrshah1 |
Thanks you. |
Thanks sir |
Thank you very much, this solution worked in my case PHP7.3 |
Thanks! |
Description:
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)
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: