Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

irmscher's avatar

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?

0 likes
2 replies
irmscher's avatar

Hey, thanks for the prompt reply. Did you try these solutions yourself, did they work?

Please or to participate in this conversation.