Skip to content

load files from/to database #158

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions custom-mysql-settings.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
max_allowed_packet=32M
sql_mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
lower_case_table_names=1
local_infile=1
secure-file-priv=
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ services:
target: /var/lib/mysql
volume:
nocopy: true
- type: bind
source: ./mysql-files
target: /var/lib/mysql-files
read_only: false
bind:
propagation: rprivate
- type: bind
source: ./mysql_init_scripts
target: /docker-entrypoint-initdb.d
Expand Down Expand Up @@ -638,6 +644,7 @@ networks:

volumes:
mysql_init_scripts:
mysql-files:
cassandra_init_scripts:
data-bridge-data-rabbitmq:
data-bridge-data-redis:
Expand Down