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



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to