DmitryFurs

Results 24 comments of DmitryFurs

@hostep @engcom-November @indykoning i was able to fix this by updating `app/etc/env.php` For MariaDB 11.4 ```patch 'db' => [ 'table_prefix' => '', 'connection' => [ 'default' => [ 'host' =>...

@djadobe16 ``` $ mysql --version mysql Ver 8.0.30 for Linux on x86_64 (MySQL Community Server - GPL) ```

MySQL: > `utf8` has been used by MySQL in the past as an alias for the `utf8mb3` character set, but this usage is now **deprecated** > The recommended character set...

@NikitaNoaks I also sometimes encounter this error, but it seems to be only for `composer.json` file if I make any changes manually `bin/restart` helps me to fix it