Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to change port for xampp

open the "httpd.conf" file

replace


Listen 80
ServerName localhost:80
Listen your port
ServerName localhost:your port
Comment

how to change the apache port in xampp

open the "httpd.conf" file, This file should be found in C:xamppapacheconf on Windows or in bin/apache in xampp directory for Linux
and replace following lines : 
Listen 80
ServerName localhost:80
if you want to use port 5000 
Listen 5000
ServerName localhost:5000
Comment

how to change mysql port in xampp

1. Open xampp control panel.
2. Press Config on MySQL line.
3. Open my.ini 
4. Search for the variable "port" under "The MySQL server.
5. Change the port to your desired value.
6. Start MySQL to make sure it has successfully changed.
Comment

change mysql port xampp

Edit "[path-to-xampp-folder]/mysql/bin/my.ini", change 3306 to whatever port you want to use.
Comment

how to change apache port in xampp

Edit /bin/apache/httpd.conf

Listen YourPort
ServerName localhost:YourPort
Comment

PREVIOUS NEXT
Code Example
Shell :: clone branch git 
Shell :: creating new repository in git 
Shell :: docker compose up 
Shell :: git submodule example 
Shell :: mac docker-compose 
Shell :: Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user 
Shell :: how to fast mouse scrolling in ubuntu 20.04 
Shell :: setoolkit kali linux install 
Shell :: ionic capacitor video player install 
Shell :: convert audio to mp3 with ffmpeg 
Shell :: apache disable tls 1.0 
Shell :: git merge master into branch 
Shell :: pycocotools install error 
Shell :: git add command 
Shell :: gatsby plugin image 
Shell :: grep ignore repeated lines 
Shell :: generate uml from python code 
Shell :: best website downloader ubuntu 
Shell :: gitignore a folder recursively 
Shell :: Could not install packages due to an EnvironmentError: [WinError 5] Access is denied 
Shell :: netspeed ubuntu 20.04 
Shell :: using locate search for the file 
Shell :: apt install yarn 
Shell :: how install xampp in ubuntu 
Shell :: install virtual environmnet windows 
Shell :: powershell verb 
Shell :: speedtest linux 
Shell :: linux kill all process of a user 
Shell :: raspberry pi ubuntu server raspi-config 
Shell :: change branch git 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =