Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do we need mysql folder? #9

Open
Bat-Chat opened this issue Apr 12, 2021 · 1 comment
Open

Do we need mysql folder? #9

Bat-Chat opened this issue Apr 12, 2021 · 1 comment

Comments

@Bat-Chat
Copy link

Hello @ger86, please advise if mysql folder is used somehow?

@scruffycoderofficial
Copy link

scruffycoderofficial commented May 3, 2021

It is used, as it provisions your MySQL Database Server. To connect you need to update your .env file like so: DATABASE_URL=mysql://{$DB_USER}:{$DB_PASSWORD}@127.0.0.1:3306/db_name?serverVersion={$MYSQL_VERSION}.

Remember to update your credentials for your DB(see docker-compose.yaml for correct values.

If you need to have access to your DB then you'd have to integrate with PHPMyADMIN or DBeaver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants