On Tuesday 23 October 2007 22:48, Daniel Kinzler wrote: > Sean Whitton wrote: > > How about a web-based form that can do SELECTs? > > NO! > > Either it would only allow very simple queries, and would thus be > pointless. Or it would frequently bog down the server, because people run > insane queries.
What if mysql.connect_timeout would be set to a low value, say 30 seconds? People could use it for moderately simple queries, and there are a lot of useful queries that can be executed that time, or for preparation of more complex queries (for example, prepare on simple a query for en). _______________________________________________ Toolserver-l mailing list [email protected] http://lists.wikimedia.org/mailman/listinfo/toolserver-l
