← all formulas

phpmyadmin

homebrew/core

Web interface for MySQL and MariaDB

Version
v5.2.3
License
GPL-2.0-only AND GPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-3.0 AND ISC AND LGPL-3.0-only AND MIT AND MPL-2.0 AND LicenseRef-Homebrew-public-domain
Tap
homebrew/core
Bottle
available
Revision
bottledlicense declaredhomepageactivekeg-linked

Install

shell
$ brew install phpmyadmin

Caveats

To enable phpMyAdmin in Apache, add the following to httpd.conf and restart Apache: Alias /phpmyadmin $HOMEBREW_PREFIX/share/phpmyadmin <Directory $HOMEBREW_PREFIX/share/phpmyadmin/> Options Indexes FollowSymLinks MultiViews AllowOverride All <IfModule mod_authz_core.c> Require all granted </IfModule> <IfModule !mod_authz_core.c> Order allow,deny Allow from all </IfModule> </Directory> Then open http://localhost/phpmyadmin The configuration file is $HOMEBREW_PREFIX/etc/phpmyadmin.config.inc.php

Command palette

Jump anywhere, search packages, change settings.

phpmyadmin - Homebrew Formula | BrewDB