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
Bottle (binary package) installation support provided for:
macOS on Apple Silicon
sequoia
✅
sonoma
✅
ventura
✅
macOS on Intel
sonoma
✅
ventura
✅
Linux
ARM64
✅
x86_64
✅
Current versions:
stable
✅
5.2.2
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