Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frosit/homebrew-mysql
messing around with a homebrew tap for legacy mysql versions
https://github.com/frosit/homebrew-mysql
Last synced: about 1 month ago
JSON representation
messing around with a homebrew tap for legacy mysql versions
- Host: GitHub
- URL: https://github.com/frosit/homebrew-mysql
- Owner: frosit
- Created: 2024-08-16T18:20:17.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T20:59:30.000Z (4 months ago)
- Last Synced: 2024-09-08T22:01:09.917Z (4 months ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Frosit MySQL homebrew tap - for easy installation of all MySQL versions
=======================================================================> NOTE: under development/testing. use at own risk.
_All formula are extracted from the official [homebrew-core](https://github.com/Homebrew/homebrew-core) repository._
This tap is to make it easier to install older mysql versions that are no longer available in the official homebrew-core repository.
__This tap is not officially supported by Homebrew.__
## Versions
* [[email protected]](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/)
* [[email protected]](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/)
* [[email protected]](https://dev.mysql.com/doc/relnotes/mysql/8.1/en/)
* [[email protected]](https://dev.mysql.com/doc/relnotes/mysql/8.2/en/)
* [[email protected]](https://dev.mysql.com/doc/relnotes/mysql/8.3/en/)
* [[email protected]](https://dev.mysql.com/doc/relnotes/mysql/8.4/en/)
* [[email protected]](https://dev.mysql.com/doc/relnotes/mysql/9.0/en/)## How do I install these formulae?
Install the tap `brew tap frosit/homebrew-mysql` and then `brew install `.
```bash
brew install frosit/mysql/[email protected] -s
brew install frosit/mysql/[email protected] -s # broken
brew install frosit/mysql/[email protected] -s
brew install frosit/mysql/[email protected] -s
brew install frosit/mysql/[email protected] -s
brew install frosit/mysql/[email protected] -s
```> The `-s` flag is to install from source. This is required for the mysql formulae as they are not pre-built.
Or `brew tap frosit/homebrew-mysql` and then `brew install `.
Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:
```ruby
tap "frosit/mysql"
brew ""
```## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).