Created
February 15, 2016 20:06
-
-
Save yovasx2/071de37c6c1228170010 to your computer and use it in GitHub Desktop.
A xampp config file to start the service in an Ubuntu environtment. Use of sudo needed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/opt/lampp/./lampp restart | |
rm -fr /var/run/mysqld | |
mkdir -p /var/run/mysqld | |
ln -s /opt/lampp/var/mysql/mysql.sock /var/run/mysqld/mysqld.sock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment