Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

start xampp on mac

# Go to terminal and go to your XAMPP installation directory
$ cd /Applications/XAMPP/xamppfiles
# then login as a admin, type this in terminal
$ sudo su
# and after that type in your password
# when you are logged in as admin, start xampp by using command line:
$ ./xampp start
# you will see this output:
# Starting XAMPP for Mac OS X 7.0.9-0...
# XAMPP: Starting Apache...ok.
# XAMPP: Starting MySQL...ok.
# And that is it, you can now go to 
# http://localhost/phpmyadmin/
# and you will see your database.
Comment

PREVIOUS NEXT
Code Example
Shell :: kill port 80 linux 
Shell :: docker-compose install in centos 7 
Shell :: install openjdk ubuntu 
Shell :: login github command line 
Shell :: aws cli s3 bucket list 
Shell :: how to install geoquery in r 
Shell :: cannot connect to daemon at tcp:5037: Connection refused 
Shell :: git remote chage url 
Shell :: how to install scikit-learn 
Shell :: download notes app in ubuntu 
Shell :: cancel a merge git 
Shell :: windows install chocolatey 
Shell :: npm install mocha dev dependency 
Shell :: mac end terminal session 
Shell :: list active services ubuntu 
Shell :: how use nvm with zsh 
Shell :: conda pydot 
Shell :: conda install keras gpu 
Shell :: linux get partition list 
Shell :: anaconda install selenium 
Shell :: ubuntu sudo no password 
Shell :: get gpu device name 
Shell :: git create new tag 
Shell :: adb devices offline 
Shell :: what process consuming RAM 
Shell :: command count files 
Shell :: pip install apache beam 
Shell :: update gnome shell 
Shell :: how to update vscode on ubuntu 
Shell :: git change crlf to lf 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =