Ver Mensaje Individual
  #11 (permalink)  
Antiguo 15/12/2011, 11:34
skynyrd996
 
Fecha de Ingreso: diciembre-2011
Mensajes: 18
Antigüedad: 12 años, 5 meses
Puntos: 2
Respuesta: Conexion a mysql con php y apache como servidor

Hola siniestro,

el httpd.conf de apache escucha por:

Listen 127.0.0.1:19872
Listen 19872


el php.ini tiene:


SMTP = localhost
smtp_port = 25
mysql.default_port =
mysql.default_socket =
mysqli.default_port = 3306

el my.ini:

[client]

port=3260
# The TCP/IP Port the MySQL Server will listen on
port=3260