Установлен на локальной машине Docker и каркас Kohana.
Я не могу установить соединение с базой данных.
Произошла ошибка:
Database_Exception [ 2 ]: mysqli_connect(): Server sent charset (255) unknown to the client. Please, report to the developers
Файл datebase.php
return array
(
'default' => массив
(
'type' => 'MySQLi',
'соединение' => массив (
'hostname' => 'mysql',
'database' => 'media',
'username' => 'root',
'password' => 'root',
'persistent' => FALSE,
),
'table_prefix' => '',
'charset' => 'utf8mb4',
'caching' => FALSE,
Как решить эту проблему?