Hi Ola,
Thank you for reaching out, and we sincerely apologize for the inconvenience you're experiencing.
The error you're encountering is due to an identifier name in the database exceeding the maximum allowed length in MySQL. This is typically caused by a long table prefix, which leads to overly long constraint or key names during installation.
To resolve this issue, please ensure your table prefix follows these best practices:
- Ideally three or four characters long
- Contains only alphanumeric characters
- Must end with an underscore (_)
Kind regards