Database error preventing install

I'm trying to install Una 9.0.0 on a linux box. The server audit checks out and all seems ok until I submit the installation info and I get the following error:

SQLSTATE[42000]: Syntax error or access violation: 1115 Unknown character set: 'utf8mb4'

I read in another post that PHP7.2 isn't supported yet so I reverted back to 5.56 but still had the same problem.

DB is MySQL 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci',

Am I missing something simple?

EDIT

Yep, something simple. MySQL version is 5.1.73 and it needs to be at least 5.5.3 :(

  • 284
  • More
Replies (2)
    Login or Join to comment.