I am trying to create a login system in laravel.
I've updated env. file with a database called kokodb.
However, when I run this code 'php artisan migrate' in cmd, I came up with the following error:
In Connection.php line 647:
SQLSTATE[HY000] [2054] Server sent charset unknown to t he client.
Please, report to the developers (SQL: selec t * from
information_schema.tables where table_schema = kokodb and
table_name = migrations)
In Connector.php line 68:
SQLSTATE[HY000] [2054] Server sent charset unknown to t he client.
Please, report to the developers
In Connector.php line 68:
PDO::__construct(): Server sent charset (255) unknown t o the
client. Please, report to the developers
Can you please help me. I did not find any solution to this problem anywhere else.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…