Easy steps to install phpmyadmin package on Mac
Package Information:
Application Name – phpmyadmin
What is phpmyadmin – Not Available for phpmyadmin
Use of phpmyadmin – Web interface for MySQL and MariaDB
URL – https://www.phpmyadmin.net
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install phpmyadmin using brew
brew install phpmyadmin
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
phpmyadmin is ready to use now!