wallabag / wallabag/docker

Error when configuring the mysql database

Open
#390 1 comment 0 reactions 0 assignees View on GitHub
Awaiting response
Dominant language
Shell
Stars
769
Forks
168
PR merge metrics
No merged PRs in 30d

Description

I downloaded image version 2.6.7
When I run the container, wallabag does not start up and the following error is in the log file:

`Starting wallabag ...
Waiting for database ...
Configuring the MySQL database ...
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci' at line 1`

I'm using MariaDB 11.2.2 as the database

My wallabag.env:

`SYMFONY__ENV__DATABASE_DRIVER=pdo_mysql`
`SYMFONY__ENV__DATABASE_HOST=mariadb`
`SYMFONY__ENV__DATABASE_PORT=3306`
`SYMFONY__ENV__DATABASE_USER=***`
`SYMFONY__ENV__DATABASE_PASSWORD=***`
`SYMFONY__ENV__DATABASE_CHARSET=utf8mb4`
`SYMFONY__ENV__DOMAIN_NAME=***`
`SYMFONY__ENV__MAILER_HOST=***`
`SYMFONY__ENV__MAILER_USER=***`
`SYMFONY__ENV__MAILER_PASSWORD=***`
`SYMFONY__ENV__FROM_EMAIL=***`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.