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

chore(test): set MySQL's secure-file-priv="" option in the command instead of conf file #2359

Merged
merged 2 commits into from
Apr 1, 2023

Conversation

eitsupi
Copy link
Member

@eitsupi eitsupi commented Mar 31, 2023

secure-file-priv="" needs to be set in the mysql container, but since it can be set with the command used when the container is created without using the configuration file, so remove the configuration file and the command is specified in the compose file.

@eitsupi

This comment was marked as resolved.

@eitsupi eitsupi closed this Mar 31, 2023
@eitsupi eitsupi deleted the remove-my-conf branch March 31, 2023 13:17
@eitsupi eitsupi restored the remove-my-conf branch March 31, 2023 13:18
@eitsupi eitsupi reopened this Mar 31, 2023
@eitsupi eitsupi marked this pull request as ready for review March 31, 2023 13:46
@eitsupi eitsupi changed the title chore(test): remove unused mysql conf file chore(test): set MySQL's secure-file-priv="" option in the command instead of conf file Mar 31, 2023
@max-sixty
Copy link
Member

Nice!

@eitsupi eitsupi merged commit a65f633 into PRQL:main Apr 1, 2023
@eitsupi eitsupi deleted the remove-my-conf branch April 1, 2023 01:56
max-sixty pushed a commit to max-sixty/prql that referenced this pull request Apr 2, 2023
…instead of conf file (PRQL#2359)

* chore(test): remove unused mysql conf file

* fix: pass `--secure-file-priv=""` via compose file
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

Successfully merging this pull request may close these issues.

None yet

2 participants