This is a discussion on Database Frontend Question within the MySQL forums, part of the Database Server Software category; --> I am in the process of building a "web service" of sorts. I have a multi-table database storing information. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am in the process of building a "web service" of sorts. I have a multi-table database storing information. I have a series of php scripts that display that information to the user via a web browser. I started to develop a java application (not applet) as a means of modifying the database, but I have seem to run into a problem where my host does not allow external DB connections. I would like your ideas on an alternative solution to modifying a database given this limitation. Thanks. |
| ||||
| On 22 Apr 2006 08:59:04 -0700, mieskola wrote: > I am in the process of building a "web service" of sorts. I have a > multi-table database storing information. I have a series of php > scripts that display that information to the user via a web browser. I > started to develop a java application (not applet) as a means of > modifying the database, but I have seem to run into a problem where my > host does not allow external DB connections. I would like your ideas > on an alternative solution to modifying a database given this > limitation. Thanks. ssh tunnelling if that's possible. Otherwise, write a web app to do the job from localhost instead. -- 1. My Legions of Terror will have helmets with clear plexiglass visors, not face-concealing ones. --Peter Anspach's list of things to do as an Evil Overlord |