mikelynn2 / blacklistmonitor

Web based application for monitoring Domains and IPs on RBLs
MIT License
85 stars 42 forks source link

Update _MySQL.class.php - add support for port specifiers #11

Closed tammytattoo closed 9 years ago

tammytattoo commented 9 years ago

We've got multiple MySQL instances running on our servers. Original class always assumed default MySQL port 3306.

It's probably a little rough, but these changes resolved the issue for us and it's all working. Could be useful to others. :)