Skip to content

Commit 2c3ab98

Browse files
committed
Updated script to stop mysql service as well
1 parent c761f31 commit 2c3ab98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

start-xampp.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22
# https://gist.github.com/gmmorris/796400
33
sudo pkill -9 apache
4+
# might need this too...:
5+
sudo service mysql stop
46
# now start it
57
sudo /opt/lampp/lampp start

0 commit comments

Comments
 (0)