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 |