Skip to content

Commit

Permalink
fix(mysql): use en_US.utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc authored and ibuler committed Aug 4, 2020
1 parent 0240d9d commit 2f8292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/srvconn/mysqlconn.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mount -t tmpfs -o size=10M tmpfs /nonexistent
cd /nonexistent
export HOME=/nonexistent
export TMPDIR=/nonexistent
export LANG=en_US.UTF-8
export LANG=en_US.utf8
exec su -s /bin/bash --command="mysql --user=${USERNAME} --host=${HOSTNAME} --port=${PORT} --password ${DATABASE}" nobody
`

Expand Down

0 comments on commit 2f8292a

Please sign in to comment.