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 11.4% vs 90d
Install activity across time periods
| Metric | 30 Days | 90 Days | 1 Year |
|---|---|---|---|
| Total Installs | 380 | 1.3K | 7.8K |
| Avg Daily Installs | 13 | 14 | 21 |