|
@@ -0,0 +1,41 @@
|
|
|
+```bash
|
|
|
+➜ mysqlBack brew install mysql-client
|
|
|
+==> Auto-updating Homebrew...
|
|
|
+Adjust how often this is run with HOMEBREW_AUTO_UPDATE_SECS or disable with
|
|
|
+HOMEBREW_NO_AUTO_UPDATE. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
|
|
|
+==> Auto-updated Homebrew!
|
|
|
+Updated 2 taps (homebrew/core and homebrew/cask).
|
|
|
+==> New Formulae
|
|
|
+addons-linter autocycler erlang@27 fastga gcc@14 gcli miniprot oxen qnm style-dictionary sylph webdav
|
|
|
+==> New Casks
|
|
|
+font-formudpgothic font-matangi lobehub
|
|
|
+
|
|
|
+You have 11 outdated formulae installed.
|
|
|
+
|
|
|
+mysql-client is already installed but outdated (so it will be upgraded).
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/mysql-client/manifests/9.3.0-1
|
|
|
+Already downloaded: /Users/sysadmin/Library/Caches/Homebrew/downloads/c254894cbb1ac0eb6c9ed9e706d3a6bcf4d81fe5e8cdc9f4ea0bf5769499d45d--mysql-client-9.3.0-1.bottle_manifest.json
|
|
|
+==> Fetching mysql-client
|
|
|
+==> Downloading https://ghcr.io/v2/homebrew/core/mysql-client/blobs/sha256:975fd82ddc975521c79adc5b8d91c8fe739e2d4b4f2f7716bb52dfaad32cd8cb
|
|
|
+######################################################################################################################################################################################################################################################### 100.0%
|
|
|
+==> Pouring mysql-client--9.3.0.arm64_sequoia.bottle.1.tar.gz
|
|
|
+==> Caveats
|
|
|
+mysql-client is keg-only, which means it was not symlinked into /opt/homebrew,
|
|
|
+because it conflicts with mysql (which contains client libraries).
|
|
|
+
|
|
|
+If you need to have mysql-client first in your PATH, run:
|
|
|
+ echo 'export PATH="/opt/homebrew/opt/mysql-client/bin:$PATH"' >> ~/.zshrc
|
|
|
+
|
|
|
+For compilers to find mysql-client you may need to set:
|
|
|
+ export LDFLAGS="-L/opt/homebrew/opt/mysql-client/lib"
|
|
|
+ export CPPFLAGS="-I/opt/homebrew/opt/mysql-client/include"
|
|
|
+
|
|
|
+For pkg-config to find mysql-client you may need to set:
|
|
|
+ export PKG_CONFIG_PATH="/opt/homebrew/opt/mysql-client/lib/pkgconfig"
|
|
|
+==> Summary
|
|
|
+🍺 /opt/homebrew/Cellar/mysql-client/9.3.0: 125 files, 126.6MB
|
|
|
+==> Running `brew cleanup mysql-client`...
|
|
|
+Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
|
|
|
+Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
|
|
|
+Removing: /opt/homebrew/Cellar/mysql-client/9.2.0... (125 files, 126.6MB)
|
|
|
+```
|