Database_Exception [ 2 ]: mysqli_connect(): Server sent charset (255) unknown to the client. Please, report to the developers
问题 Installed on the local machine Docker and Kohana framework. I can't establish a connection to the database. An error occurs: Database_Exception [ 2 ]: mysqli_connect(): Server sent charset (255) unknown to the client. Please, report to the developers Filу datebase.php return array ( 'default' => array ( 'type' => 'MySQLi', 'connection' => array( 'hostname' => 'mysql', 'database' => 'media', 'username' => 'root', 'password' => 'root', 'persistent' => FALSE, ), 'table_prefix' => '', 'charset' =