PDA

View Full Version : MySQL User Privleges


ineedhelp_plz
Thu 7th Feb '02, 11:27pm
Hi,

Please help me out with some MySQL info.

I have my own server and root permission.

Let's say my MySQL DB has the following tables;

-----------
| clients |
| info |
-----------

Now I know how to allow privleges and such. My question is;

How do I allow a user to only select from table info, but to select and update the clients table?

Is that possible?

Thanks!

ineedhelp_plz
Thu 7th Feb '02, 11:43pm
Forget it, figured it out myself.. :p