Skip to content

Commit

Permalink
Added secure-file-priv option for MySQL 5.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
dorner committed Jun 21, 2021
1 parent 6838524 commit d14471b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED

[0.4] - 2021-06-21
- Added secure-file-priv option for MySQL 5.7.

[0.3] - 2021-06-10
- Added mailcatcher service.

Expand Down
2 changes: 1 addition & 1 deletion cmd/gdc/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var ComposeFile string

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Version: "0.3",
Version: "0.4",
Use: "global_docker_compose (command) --services service1 service2 --compose_file ../docker-compose.yml",
Short: "Generate JSON files to use with the Flipp platform deploy scripts",
Long: `
Expand Down
1 change: 1 addition & 0 deletions gdc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
- mysql57-data:/var/lib/mysql
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'true'
command: --secure-file-priv=''

mysql8:
hostname: db
Expand Down

0 comments on commit d14471b

Please sign in to comment.