You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when initializing Mysql with different databases only one MYSQL_DATABASE is be available in linked container, what if i like to add multiple databases, i added them in /docker-entrypoint-initdb.d/, how can i get information about these DBs like credentials and DB's name form linked container.
or mysql container is designed to has only one DB, and i should provide container for each DB!