yobasystems/alpine-mariadb

*.sql.gz files in /docker-entrypoint-initdb.d are not read

drahkrub opened this issue · 0 comments

I think the error is here (< "$f", piping output from gunzip has no effect):

*.sql.gz) echo "$0: running $f"; gunzip -c "$f" | /usr/bin/mysqld --user=mysql --bootstrap --verbose=0 --skip-name-resolve --skip-networking=0 < "$f"; echo ;;