re: Hello all :-)

2002-11-11 Thread Egor Egorov
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

Re: Hello all :-)

2002-11-10 Thread Mike Dopheide
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

Re: Hello all :-)

2002-11-10 Thread Veysel Harun Sahin
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