[Demande d'info] Mysql sur port 80

tdldp
Invité n'ayant pas de compte PHPfrance

22 juin 2006, 11:26

Bonjour a tous...

Je cherche des informations car je ne maitrise pas trop cette partie la...

Nous disposons d'un dédié linux, avec mysql tournant sur le port 3306....

L'utilisation d'un appli windev, utilisant par habitude le port 3306, doit pour des question de proxy / Parefeu auprès de nos client, etre modifié pour utiliser le port 80 obligatoire pour faire transiter les services FTP et mysql...

Si le logiciel peut le faire, c'est la reception des informations sur le dédiés qui aujourd'hui me pose soucis...

Comment je fais pour configurer mysql pour qu'il utilise le port 80 deja utiliser par apache ???
J'ai une ip en rab ... Est ce possible de fonctionner avec celle ci en attribuant le port 80 de cette ip vers mysql ??? Qq'un sait comment le faire ou trouver une doc ???

Eléphant du PHP | 332 Messages

22 juin 2006, 11:34

Dans le fichier my.ini sur le serveur, tu as

Code : Tout sélectionner

# CLIENT SECTION # ---------------------------------------------------------------------- # # The following options will be read by MySQL client applications. # Note that only client applications shipped by MySQL are guaranteed # to read this section. If you want your own MySQL client program to # honor these values, you need to specify it as an option during the # MySQL client library initialization. # [client] port=3306 default-character-set=latin1 # SERVER SECTION # ---------------------------------------------------------------------- # # The following options will be read by the MySQL Server. Make sure that # you have installed the server correctly (see above) so it reads this # file. # [mysqld] # The TCP/IP Port the MySQL Server will listen on port=3306
Est-ce que cela répond à ta question ?