Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install phpmyadmin mac

#open terminal and type to install php
brew install php
#after php is install and configured
brew install phpmyadmin
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: pod reinstall 
Shell :: certbot enable nginx renew 
Shell :: delete distro 
Shell :: how to restart docker linux 
Shell :: wget command not found mac 
Shell :: convert all file names to lowercase linux 
Shell :: add user to sudoers ubuntu 20.04 
Shell :: reboot server linux 
Shell :: code first approach migration commands 
Shell :: how to remove windows service 
Shell :: npm install vuelidate 
Shell :: how to clone my linux so all the installed packages 
Shell :: ls display chmod number 
Shell :: ubuntu install webstorm 
Shell :: git commit only added files 
Shell :: docker restart 
Shell :: store git credentials ubuntu 
Shell :: generate ssh key paitr 
Shell :: awk sum if 
Shell :: pycharm community install ubuntu 
Shell :: installing vs code in ubuntu 
Shell :: apache default config 
Shell :: sublime text download ubuntu 
Shell :: https host ngrok 
Shell :: install https certificate on dotnet for development 
Shell :: ubuntu echo create file 
Shell :: vscode install-extension command line 
Shell :: ubuntu bionic update security has sum mismatch 
Shell :: ssh get key 
Shell :: install yaourt on arch linux 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =