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.
Edit
git clone [email protected]:homebrew/homebrew-core.git
cd homebrew-core
open Formula/p/percona-server.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-PerconaServer-datadir-for-pr
# Commit to gitgit add Formula/p/percona-server.rbgit commit -m "better docs for PerconaServer#datadir"
# Open pull requestgem 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!