Marek Elsner wrote:
Hello,
I am just wondering which port VegaDNS is using during connection with database. I have got VegaDNS on one server and MySQL database on the other one. I allow VegaDNS to log into database on standard 3306 port, but it is not enough. I got error that VegaDNS was not able to connect to database... ;-( Which ports should be opened to proper work of VegaDNS.
thanks
M
VegaDNS uses whatever port PHP defaults to, which I believe is 3306. If you are in doubt, then edit the connect.php file to manually specify the port. Also, make sure that you have granted rights appropriately so that the user can connect from the correct host (INSTALL assumes you are connecting from localhost, which you are not).
Lastly, make sure you can connect from the command line outside of VegaDNS.
Regards,
Bill
