lizard,
Sunday, November 10, 2002, 9:32:33 AM, you wrote:
l> My name is Mike.
l> I have a Linux RedHat 7.3 with Mysql ver 3.23.49.
l> I want to grant access to databases and tables to users,but only to a certin
l> databases and tables.
l> I red the how-to but both grant and revoke commands does no
Also, make sure you're running "FLUSH PRIVILEGES" after your grants and
revokes. (Did I spell that right?)
-Mike
> Hi all.
> My name is Mike.
> I have a Linux RedHat 7.3 with Mysql ver 3.23.49.
> I want to grant access to databases and tables to users,but only to a certin
> databases and tabl
I don't know why but the message "Query OK. 0 rows affected (some time)"
after grant and revoke syntax shows that your commands have been
executed successfully. Take a look at grant and revoke syntax more
carefully.
lizard wrote:
Hi all.
My name is Mike.
I have a Linux RedHat 7.3 with Mysql v