Level 29
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
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
SQLSTATE[HY000]: General error: 1273 Unknown collation: 'utf8mb4_0900_ai_ci' db = mysql can't get collection from model
@gych Thx it is works
Please or to participate in this conversation.