RE: how to create a user with limited privileges

2004-09-01 Thread Logan, David (SST - Adelaide)
mber 2004 2:21 PM To: '[EMAIL PROTECTED] ' Subject: how to create a user with limited privileges Hi all, I would like to know the mysql command to do the following: Create a user (who will access mysql database), with privilaeges so that, he can only retrieve the information in the da

how to create a user with limited privileges

2004-09-01 Thread Rajashik Kar
Hi all, I would like to know the mysql command to do the following: Create a user (who will access mysql database), with privilaeges so that, he can only retrieve the information in the data base (values in the tables), he should not be able to alter, update, delete any table values. Kindly h