Been stuck trying to figure out how to connect to my mysql database stack via drush. I did the export command you suggested, but when using /vendor/bin/drush sqlc, I get
[warning] The shell command 'mysql' is required but cannot be found. Please install it and retry.
I initially tried installing it globally with brew, but that didn't seem to work either. What is the best way to interact with the stack's mysql db from the command line using the PHP stack, i.e. drush?