phpmyadmin

Popular
Formula 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
Source: homebrew/core Website Homebrew

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.

-2.7% vs 90d avg
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 all
Open xz
xz
Popular

General-purpose data compression with high compression ratio

formula Utilities v5.8.3
Open python@3.14
python@3.14
Popular

Interpreted, interactive, object-oriented programming language

formula Utilities v3.14.7
Open gh
gh
Popular

GitHub command-line tool

formula Utilities v2.98.0
Open readline
readline
Popular

Library for command-line editing

formula Utilities v8.3.3
Open zstd
zstd
Popular

Zstandard is a real-time compression algorithm

formula Utilities v1.5.7
Open glib
glib
Popular

Core application library for C

formula Utilities v2.88.3