Skip to content

Instantly share code, notes, and snippets.

@yovasx2
Created February 15, 2016 20:06
Show Gist options
  • Save yovasx2/071de37c6c1228170010 to your computer and use it in GitHub Desktop.
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
/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