Page 1 of 1

Application connecting to MySQL DB with port 3306 blocked?

Posted: Sun Dec 02, 2007 3:34 am
by kellymdeters
I've created a stand-alone with RunRev for students and teachers to input lab report information and it's stored in a mysql db on my server. the problem is that some schools have port 3306 blocked and they can't use the program (that's the port mysql connects to by default).

How can I use this runrev program (it's so much better than my first generation program with just php--but that was accessible by all) to allow people to connect to mysql without having to open ports (something some schools refuse to do).

Kelly

Posted: Sun Dec 02, 2007 12:40 pm
by BvG
if you're not allowed to use any custom ports, then you have to use an allowed port, for example 80 (http). If you already have a website on your server that hogs port 80, you need to make an interface on the server, for example a php script that access the database locally on the server, and receives commands via http from your rev client.