Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).