Self-explanatory. I’m trying to install writefreely using a MariaDB backend which is available via unix socket and not via localhost:3306, and the setup script gives me this error:
ERROR: 2020/07/23 22:44:22 app.go:866: dial tcp: lookup /var/run/mysql/mysql.sock: no such host
…which makes sense. I tried generating a blank config.ini but i assume the filename parameter is for SQLite.
Does writefreely support connecting to MariaDB via unix sockets and if so how?