데이터베이스/MYSQL
The server requested authentication method unknown to the client
죠부니
2023. 5. 8. 15:24
반응형
PDO::__construct(): Server sent charset (255) unknown to the client. Please, report to the developers
I'm trying to connect to a MySQL database from Symfony 3 application. But when trying to create MySQL schema from a Symfony console command I get this error: PDO::__construct(): Server sent charset...
stackoverflow.com
[client]
default-character-set=utf8
[mysql]
default-character-set=utf8
[mysqld]
collation-server = utf8_unicode_ci
character-set-server = utf8
default_authentication_plugin = mysql_native_password
반응형