homebrew-core

https://github.com/homebrew/homebrew-core

Ruby

🍻 Default formulae for the missing package manager for macOS

PerconaServer#datadir

Where the database files should be located. Existing installs have them
under var/percona, but going forward they will be under var/mysql to be
shared with the mysql and mariadb formulae.

Source | Google | Stack overflow

Edit

git clone [email protected]:homebrew/homebrew-core.git

cd homebrew-core

open Formula/p/percona-server.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-PerconaServer-datadir-for-pr


# Commit to git

git add Formula/p/percona-server.rbgit commit -m "better docs for PerconaServer#datadir"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-PerconaServer-datadir-for-pr

hub pull-request


# Celebrate!