“Cambiar el puerto mysql xampp” Código de respuesta

Cómo cambiar el puerto para XAMPP

open the "httpd.conf" file

replace


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

Cambiar el puerto mysql xampp

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

Cómo cambiar el puerto MySQL en 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

Respuestas similares a “Cambiar el puerto mysql xampp”

Preguntas similares a “Cambiar el puerto mysql xampp”

Más respuestas relacionadas con “Cambiar el puerto mysql xampp” en Sql

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código