Skip to content

Instantly share code, notes, and snippets.

@RakibSiddiquee
Created September 30, 2019 07:12
Show Gist options
  • Save RakibSiddiquee/acd8d9c34f5a15a5c4c004de6e3b091d to your computer and use it in GitHub Desktop.
Save RakibSiddiquee/acd8d9c34f5a15a5c4c004de6e3b091d to your computer and use it in GitHub Desktop.
Run xampp and mysql in different port
Open httpd.conf and change Listen 80 to Listen 8080
Mysql:
Change the php.ini and my.ini port 3306 to 3307
Restart the xampp, if not work restard the pc also.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment