Skip to content Source: homebrew/core Website Homebrew
phpmyadmin
PopularFormula Utilities v5.2.3
Web interface for MySQL and MariaDB
Install 1
App in
Terminal
$
brew install phpmyadmin
Installation Notes
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
Install Statistics 22.7%
Average daily installs by period
Related Utilities Apps
View Allpython@3.13
Popular
Interpreted, interactive, object-oriented programming language
Utilities v3.13.12