User specific queries.

2001-08-17 Thread Mysql Mailing List
Hi all, We want to set up a user in mysql and allow him to send his queries to our database from his server. (PHP) The data in our database contains our other customers' as well as the guy who wants to directly access it. We would like to check his queries before send it to the database. For

Re: User specific queries.

2001-08-17 Thread Philip Mak
On Fri, 17 Aug 2001, Mysql Mailing List wrote: If he sends in select * from table, we would like the mysql actaully execute select * from table where hisID=1000; Basically, we want mysql database to screen the query sent from a certain user, and apply some conditions on that query. Is it