install phpmyadmin on mac

Solutions on MaxInterview for install phpmyadmin on mac by the best coders in the world

showing results for - "install phpmyadmin on mac"
Emilio
30 Jul 2017
1#open terminal and type to install php
2brew install php
3#after php is install and configured
4brew install phpmyadmin
5
Gwenaëlle
22 Feb 2020
1Step 1: 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
2Step 2: Extract the file >>  $ tar xvfz Downloads/phpMyAdmin-4.7.6-all-languages.tar.gz  
3Step 3: Start the development server >>> 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: $ cd Downloads/phpMyAdmin-4.7.6-all-languages  
4Step 4: Development server will be started having the root server in the phpmyadmin directory. Now, type localhost:8080 to access phpmyadmin on localhost at your Browser.
5  You can also watch referance video >>> https://www.youtube.com/watch?v=YzlFqNXJgfM