MySQL Forums
Forum List  »  MySQL & Kubernetes

Re: mysql entry[point script
Posted by: Johannes Schlüter
Date: September 28, 2022 02:22PM

john chang Wrote:
-------------------------------------------------------

> volumes:
> -
> -
> ./php/setup.sql:/locker-entrypoint-initdb.d/setup.sql

Make sure you write "docker" not "locker". The output you are seeing is not from your init script, but from the entry point itself, which is creating the schema due to environment variables set.

Options: ReplyQuote


Subject
Written By
Posted
September 28, 2022 02:01PM
Re: mysql entry[point script
September 28, 2022 02:22PM
October 13, 2022 09:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.