Skip to content

Instantly share code, notes, and snippets.

@TroiSilver
Created September 22, 2017 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TroiSilver/9cb7087586db0d430a15612b125146c7 to your computer and use it in GitHub Desktop.
Save TroiSilver/9cb7087586db0d430a15612b125146c7 to your computer and use it in GitHub Desktop.
Xamp no such file or directory found ERROR on Ubuntu linux
XAMPP mysql port in use/can't start mysql .
This is caused by installing MYSQL using the terminal and then install XAMPP .
the mysql for xampp wont get the port 3306 , since is currently owned by the one installed 1st.
so, You should uninstall both XAMPP and the mysql server installed via terminal.
$: sudo apt-get remove mysql *
$: sudo rm -rf /opt/lampp
now install XAMPP only .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment