be-side
be-side
HHomarr
Created by GkhnG on 1/20/2025 in #💬・get-help
mysql "You have an error in your SQL syntax"
I had the same issue and was scratching my head for a while. I had to do two things to get it going right. 1. Use the MySQL database (container) instead of MariaDB. Apparently MariaDB is not supported at this stage. 2. On first run of the Homarr V1 container, makes sure the database has been fully set up and able to accept connections before the Homarr container starts. The initial database script doesn't seem to wait for the connection to be established and just runs, and sets some flag so it won't run again and expects a bunch of tables to exist already.
5 replies