MySQL
To run drush
commands from your host machine outside of vagrant or docker you will need a mysql client installed.
Linux
Docs to be added.
MacOS
You will need homebrew installed first.
Use homebrew to install the mysql client:
brew install mysql
Last updated: