“Altere o MySQL Port Xampp” Respostas de código

Como alterar a porta para xampp

open the "httpd.conf" file

replace


Listen 80
ServerName localhost:80
Listen your port
ServerName localhost:your port
SECRET MYSTERY

Altere o MySQL Port Xampp

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

Como alterar a porta MySQL em 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.
PanosG

Respostas semelhantes a “Altere o MySQL Port Xampp”

Perguntas semelhantes a “Altere o MySQL Port Xampp”

Mais respostas relacionadas para “Altere o MySQL Port Xampp” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código