Created
September 22, 2017 20:54
-
-
Save TroiSilver/9cb7087586db0d430a15612b125146c7 to your computer and use it in GitHub Desktop.
Xamp no such file or directory found ERROR on Ubuntu linux
This file contains hidden or 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
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