Skip to content

Commit

Permalink
Local Examples: Add --binary-as-hex=false flag to mysql alias (#15996)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord authored May 27, 2024
1 parent cb27961 commit 3773563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/common/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ mkdir -p "${VTDATAROOT}/tmp"
# In your own environment you may prefer to use config files,
# such as ~/.my.cnf

alias mysql="command mysql --no-defaults -h 127.0.0.1 -P 15306"
alias mysql="command mysql --no-defaults -h 127.0.0.1 -P 15306 --binary-as-hex=false"
alias vtctldclient="command vtctldclient --server localhost:15999"

# If using bash, make sure aliases are expanded in non-interactive shell
Expand Down

0 comments on commit 3773563

Please sign in to comment.