Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 233 Bytes

04-011.md

File metadata and controls

11 lines (8 loc) · 233 Bytes
date
Mon Sep 04 2017 15:28:48 GMT+1000 (AEST)

connect to mysql running in docker

Seems like to get this working you need to specify --protocol=tcp:

mysql -u$USER -p --host=localhost --port=3307 --protocol=tcp