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 :: ubuntu install docker 
Shell :: how to install rasa in pip 
Shell :: bash list all files in directory and subdirectories 
Shell :: how to update your local repository 
Shell :: while bash one line 
Shell :: heroku remove branch 
Shell :: xrdp choose desktop environment 
Shell :: commit changes from different branches 
Shell :: delete branches in bulk git 
Shell :: how to start gnome desktop on fedora terminal 
Shell :: current git id 
Shell :: Loop through an array of strings in Bash 
Shell :: how to install pip ubuntu python2 
Shell :: git show staged file contents 
Shell :: docker start container 
Shell :: git add 
Shell :: create empty file command prompt cmd 
Shell :: git push branch to remote 
Shell :: how to make NTFS read only file system writable in linux 
Shell :: bash add comma to end of line 
Shell :: how to logout from github desktop 
Shell :: bin bash header 
Shell :: extract tar gz file windows 
Shell :: c# powershell 
Shell :: where is ubuntu installed in windows 10 
Shell :: git replacing lf with crlf 
Shell :: remove all files in a directory linux 
Shell :: how to upgrade pnpm 
Shell :: sed from start to match 
Shell :: saving fonts on linux for figma 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =