“Server sent charset (255) unknown to the client” Set MySQL charset to utf8 w/o /etc/my.cnf?
- 阅读更多 关于 “Server sent charset (255) unknown to the client” Set MySQL charset to utf8 w/o /etc/my.cnf?
问题 I'm trying to connect to a MySQL database from phpMyAdmin. But when I put in username and password I get two error messages saying: mysqli_real_connect(): Server sent charset (255) unknown to the client. Please, report to the developers mysqli_real_connect(): (HY000/2054): Server sent charset unknown to the client. Please, report to the developers I'm using MySQL 8.0.11 and phpMyAdmin 4.8.2 I found this answer for a similar problem: PDO::__construct(): Server sent charset (255) unknown to the