phpmyadmin
PopularFormula Utilities v5.2.3
Web interface for MySQL and MariaDB
About
Install phpmyadmin on macOS with Homebrew Formula using `brew install phpmyadmin`. phpmyadmin is a Utilities command-line package with version 5.2.3. The package is listed in homebrew/core.
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
Official Homebrew Stats
Install activity metrics for phpmyadmin.
30 Days
314 total installs
10 installs / day avg
90 Days
968 total installs
11 installs / day avg
1 Year
6.8K total installs
19 installs / day avg
Frequently asked questions
How do I install phpmyadmin with Homebrew?
Run brew install phpmyadmin in Terminal to install phpmyadmin as a Homebrew formula on macOS.
What kind of package is phpmyadmin?
phpmyadmin is a Utilities Homebrew formula and FastBrew currently shows version 5.2.3.
What should I review before installing phpmyadmin?
Review any caveats, conflicts, license details, and the official homepage before installing.
Related Utilities Apps
View allOpen python@3.14
python@3.14
Popular
Interpreted, interactive, object-oriented programming language
Utilities v3.14.7