set mysql socket file docker windows code example
Example: set mysql socket file docker windows
# For docker run adding this should work theoretically -
--socket=/tmp/mysql.sock
# In practice you'll probably need to look at mounting a docker volume
# and using that