Horje
install phpmyadmin mac Code Example
install phpmyadmin mac
#open terminal and type to install php
brew install php
#after php is install and configured
brew install phpmyadmin
install phpmyadmin on mac
Step 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
Step 2: Extract the file >>  $ tar xvfz Downloads/phpMyAdmin-4.7.6-all-languages.tar.gz  
Step 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  
Step 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.
  You can also watch referance video >>> https://www.youtube.com/watch?v=YzlFqNXJgfM




Shell

Related
for each line in file bash Code Example for each line in file bash Code Example
install deb file Code Example install deb file Code Example
How to check git config username? Code Example How to check git config username? Code Example
check selinux status Code Example check selinux status Code Example
Ports are not available: listen tcp 0.0.0.0/50070: bind: An attempt was made to access a socket in a way forbidden by its access permissions Code Example Ports are not available: listen tcp 0.0.0.0/50070: bind: An attempt was made to access a socket in a way forbidden by its access permissions Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13