X509 Syntax error

Hello everyone,

I wanted to test the module x509 once today. I have created the database, but unfortunately I do not get the schema migrated. When migrating the schema comes the following error:

I have checked the scheme. It is also available. Can the problem be due to too old versions? Unfortunately, I did not find any version information in the requirements.

MariaDB version should not be a problem, most problematic could be utf8mb4 which is in since version 5.5.

I would try opening the mysql shell and the copy and paste the schema into it, to get a more meaningful error message to look into.