Level 3
Jul 9, 2018
2
Level 1
php artisan Error - Illuminate\Database\QueryException : SQLSTATE[HY000] [2054]
Hey guys, I have this error upon doing "php artisan migrate":
Illuminate\Database\QueryException : SQLSTATE[HY000] [2054] The server requested authenti cation method unknown to the client (SQL: select * from information_schema.tables where table _schema = d1 and table_name = migrations)
Here's a screenshot: https://1drv.ms/u/s!AvJJop5QTya7gf4P7O42ZW9kayC9Dw
Just in case: I've enabled the "extension=pdo_mysql" in my php.ini file.
Any ideas how to fix this?
Please or to participate in this conversation.