RE: mysql.host table

2001-03-09 Thread Cal Evans
Original Message- From: Jeff Brewer [mailto:[EMAIL PROTECTED]] Sent: Friday, March 09, 2001 3:31 PM To: Gerald L. Clark Cc: MySQL Mail List Subject: RE: mysql.host table I've already run quite a few GRANT commands. None of them have done anything to the mysql.host table. I'm p

RE: mysql.host table

2001-03-09 Thread Jeff Brewer
Thanks, Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gerald L. Clark Sent: Friday, March 09, 2001 4:02 PM To: Jeff Brewer Cc: MySQL Mail List Subject: Re: mysql.host table Then run some GRANT commands, and see what they do to the privilege ta

Re: mysql.host table

2001-03-09 Thread Gerald L. Clark
Then run some GRANT commands, and see what they do to the privilege tables. Chapter 6 goes into quite a bit of detail on this topic. Jeff Brewer wrote: > > I've been over Chapter 6 quite a few times, however I don't see any actual > example of using the host table in conjunction with the db tabl

RE: mysql.host table

2001-03-09 Thread Jeff Brewer
I've been over Chapter 6 quite a few times, however I don't see any actual example of using the host table in conjunction with the db table. One concrete example, I think, would be enough to get me on the right track, but there just doesn't seem to be any and I certainly can't make heads or tails

Re: mysql.host table

2001-03-09 Thread Gerald L. Clark
Did you read chapter 6 in the manual? Jeff Brewer wrote: > > I've been trying to understand how in the world the host table interacts > with the db table to provide permissions. None of the documentation seems > to help. I've been able to grant database/host specific access to certain > users.