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 example:

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 possible to do it?  Is there a better way to do it?

Thanks in advance.

Jiang 

Reply via email to