Skip to content

Commit

Permalink
Updated script to stop mysql service as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Feb 3, 2016
1 parent c761f31 commit 2c3ab98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start-xampp.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
# https://gist.github.com/gmmorris/796400
sudo pkill -9 apache
# might need this too...:
sudo service mysql stop
# now start it
sudo /opt/lampp/lampp start

0 comments on commit 2c3ab98

Please sign in to comment.