Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~ %
- tthtlc@tthtlcair ~ %
- tthtlc@tthtlcair ~ % brew install mysql
- ==> 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`).
- ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:40e7f5d7514a7e9757facdd39006f7a351d3d7986d3a228be13c8b1c3216727b
- ######################################################################################################### 100.0%
- ==> Pouring portable-ruby-3.4.3.arm64_big_sur.bottle.tar.gz
- ==> Auto-updated Homebrew!
- Updated 2 taps (homebrew/core and homebrew/cask).
- ==> New Formulae
- add-determinism iccmax preevy technitium-library
- bkmr infat prog8 terraform-module-versions
- brename [email protected] readerwriterqueue tfmv
- camlpdf mender-artifact rofi tfsort
- cargo-shear miniflux sequoia-chameleon-gnupg tmex
- elfio multi-gitter sexpect undercutf1
- ferron newsraft swiftly unoserver
- girara opkssh tdom wrkflw
- hexd policy-engine technitium-dns yeet
- ==> New Casks
- cloudpouch font-harmonyos-sans-naskh-arabic liviable
- clover-chord-systems font-harmonyos-sans-sc meru
- elemental font-harmonyos-sans-tc outerbase-studio
- elemental@6 font-huninn profit
- font-adwaita-mono-nerd-font font-jetbrains-maple-mono realvnc-connect
- font-ancizar-sans font-jetbrains-maple-mono-nf sc-menu
- font-ancizar-serif font-noto-serif-dives-akuru viables
- font-asta-sans font-wdxl-lubrifont-jp-n vimy
- font-atkynson-mono-nerd-font font-wdxl-lubrifont-sc warp@preview
- font-bizter font-wdxl-lubrifont-tc witsy
- font-harmonyos-sans highlight
- You have 12 outdated formulae installed.
- ==> Downloading https://ghcr.io/v2/homebrew/core/mysql/manifests/9.3.0
- ######################################################################################################### 100.0%
- ==> Fetching dependencies for mysql: abseil, protobuf@29 and zlib
- ==> Downloading https://ghcr.io/v2/homebrew/core/abseil/manifests/20240722.1
- ######################################################################################################### 100.0%
- ==> Fetching abseil
- ==> Downloading https://ghcr.io/v2/homebrew/core/abseil/blobs/sha256:be7b3373c56a0e1ee2c0c2e85ee4d17e2105ac1d9d6
- ######################################################################################################### 100.0%
- ==> Downloading https://ghcr.io/v2/homebrew/core/protobuf/29/manifests/29.4
- ######################################################################################################### 100.0%
- ==> Fetching protobuf@29
- ==> Downloading https://ghcr.io/v2/homebrew/core/protobuf/29/blobs/sha256:201dfed6c12d9a7eb607c3f42c880633f92ef4
- ######################################################################################################### 100.0%
- ==> Downloading https://ghcr.io/v2/homebrew/core/zlib/manifests/1.3.1
- ######################################################################################################### 100.0%
- ==> Fetching zlib
- ==> Downloading https://ghcr.io/v2/homebrew/core/zlib/blobs/sha256:a801a93f88dba4df7319e46cd9ea5939351e73f7aa62a
- ######################################################################################################### 100.0%
- ==> Fetching mysql
- ==> Downloading https://ghcr.io/v2/homebrew/core/mysql/blobs/sha256:a1c4bcbfc9cd29ebd827d898ee23fa671d38e53fe38e
- ######################################################################################################### 100.0%
- ==> Installing dependencies for mysql: abseil, protobuf@29 and zlib
- ==> Installing mysql dependency: abseil
- ==> Downloading https://ghcr.io/v2/homebrew/core/abseil/manifests/20240722.1
- Already downloaded: /Users/tthtlc/Library/Caches/Homebrew/downloads/4bff95f4ef79f4ad40ea3de7ada38d2906e36e1bc7e06c053445b3e1a80b3fd3--abseil-20240722.1.bottle_manifest.json
- ==> Pouring abseil--20240722.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/abseil/20240722.1: 772 files, 11.8MB
- ==> Installing mysql dependency: protobuf@29
- ==> Downloading https://ghcr.io/v2/homebrew/core/protobuf/29/manifests/29.4
- Already downloaded: /Users/tthtlc/Library/Caches/Homebrew/downloads/79af11557ac231cc4a15c5e425af5edddfb86d564c59b33b396d54e7168deb4d--protobuf@29-29.4.bottle_manifest.json
- ==> Pouring [email protected]_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/protobuf@29/29.4: 445 files, 15.4MB
- ==> Installing mysql dependency: zlib
- ==> Downloading https://ghcr.io/v2/homebrew/core/zlib/manifests/1.3.1
- Already downloaded: /Users/tthtlc/Library/Caches/Homebrew/downloads/f68d0caf232d52f2aa586abefbbfd7e958e384d84f3967008fa83de94b5f10ae--zlib-1.3.1.bottle_manifest.json
- ==> Pouring zlib--1.3.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/zlib/1.3.1: 14 files, 403.9KB
- ==> Installing mysql
- ==> Pouring mysql--9.3.0.arm64_sequoia.bottle.tar.gz
- ==> /opt/homebrew/Cellar/mysql/9.3.0/bin/mysqld --initialize-insecure --user=tthtlc --basedir=/opt/homebrew/Cell
- ==> Caveats
- Upgrading from MySQL <8.4 to MySQL >9.0 requires running MySQL 8.4 first:
- - brew services stop mysql
- - brew install [email protected]
- - brew services start [email protected]
- - brew services stop [email protected]
- - brew services start mysql
- We've installed your MySQL database without a root password. To secure it run:
- mysql_secure_installation
- MySQL is configured to only allow connections from localhost by default
- To connect run:
- mysql -u root
- To start mysql now and restart at login:
- brew services start mysql
- Or, if you don't want/need a background service you can just run:
- /opt/homebrew/opt/mysql/bin/mysqld_safe --datadir\=/opt/homebrew/var/mysql
- ==> Summary
- 🍺 /opt/homebrew/Cellar/mysql/9.3.0: 333 files, 291.9MB
- ==> Running `brew cleanup mysql`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Caveats
- ==> mysql
- Upgrading from MySQL <8.4 to MySQL >9.0 requires running MySQL 8.4 first:
- - brew services stop mysql
- - brew install [email protected]
- - brew services start [email protected]
- - brew services stop [email protected]
- - brew services start mysql
- We've installed your MySQL database without a root password. To secure it run:
- mysql_secure_installation
- MySQL is configured to only allow connections from localhost by default
- To connect run:
- mysql -u root
- To start mysql now and restart at login:
- brew services start mysql
- Or, if you don't want/need a background service you can just run:
- /opt/homebrew/opt/mysql/bin/mysqld_safe --datadir\=/opt/homebrew/var/mysql
- tthtlc@tthtlcair ~ %
Add Comment
Please, Sign In to add comment