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

MedixSoft's avatar

Laravel 11 - SQLSTATE[HY000]: General error: 1273 Unknown collation: 'utf8mb4_0900_ai_ci'

SQLSTATE[HY000]: General error: 1273 Unknown collation: 'utf8mb4_0900_ai_ci' db = mysql can't get collection from model

0 likes
4 replies
gych's avatar

In your database config config/database.php update collation for mysql mysql.collation to a value that is supported by the database you use.

2 likes
gych's avatar

@MedixSoft No problem, I'm glad it works now :) It seems like you accidentally marked your own reply as best answer?

Please or to participate in this conversation.