Installing Phpmyadmin For Mac



Introduction

  1. Installing Phpmyadmin For Mac High Sierra
  2. Install Phpmyadmin Mac Mojave
  3. Install Phpmyadmin Mac Catalina
  4. Install Phpmyadmin For Mariadb
  5. Phpmyadmin Download

PhpMyAdmin is a free and open source tool for the administration of MySQL and MariaDB. As a portable web application written in PHP, it has become one of the most popular administration tool for MySQL.

In this tutorial, we will learn the steps involved in the installation of phpMyAdmin on MacOS.

MariaDB Server is available for installation on macOS (formerly Mac OS X) via the Homebrew package manager. MariaDB Server is available as a Homebrew 'bottle', a pre-compiled package. This means you can install it without having to build from source yourself. This saves time. PhpMyAdmin 5.0.2. Released 2020-03-21, see release notes for details. Current version compatible with PHP 7.1 and newer and MySQL 5.5 and newer. How to Install XAMPP on MacOS. Introduction XAMPP is a free and open-source, cross-platform web server solution stack which is developed by Apache Friends. XAMPP supports most of the operating systems including Windows, MacOS and Ubuntu. It stands for Cross-Platform(X), Apache, MySQL, MariaDB, PHP and Perl which are also the main components of the stack package.

Installing Phpmyadmin For Mac High Sierra

Prerequisites

  • MacOS
  • Login as an administrator on terminal.
  • Homebrew must be installed on the system.
  • PHP 5.x or greater
Installing Phpmyadmin For Mac

Installation

Installation of phpMyAdmin includes following steps

1) Download the file

To install the file on MacOS, we need to download a compressed file from the official website of phpMyAdmin https://files.phpmyadmin.net/phpMyAdmin/4.7.6/phpMyAdmin-4.7.6-all-languages.tar.gz

2) Extract the file

3) Start the development server

Install Phpmyadmin Mac Mojave

To access phpMyAdmin from localhost, we need to start the development server. First, we need to change our working directory by typing the following command:

Install Phpmyadmin Mac Catalina

Development server will be started having the root server in the phpmyadmin directory. Now, type localhost:8080 to access phpmyadmin on localhost. It will appear like this.

Install Phpmyadmin For Mariadb

Window will prompt us to fill our MySQL username and password. Fill the required details and press GO.

Now we have successfully installed phpMyAdmin on MacOS.


Next TopicHow to Install Eclipse on Mac

Phpmyadmin Download