Re: Stored Proc's

2009-12-11 Thread Michael Dykman
> Steven Staples > > > -Original Message- > From: Michael Dykman [mailto:mdyk...@gmail.com] > Sent: December 11, 2009 9:50 AM > To: mysql@lists.mysql.com > Subject: Re: Stored Proc's > > of course.  you can have entries > > u...@domain1.me.com > u...@xxx.f

RE: Stored Proc's

2009-12-11 Thread Steven Staples
what I am needing now) Steven Staples -Original Message- From: Michael Dykman [mailto:mdyk...@gmail.com] Sent: December 11, 2009 9:50 AM To: mysql@lists.mysql.com Subject: Re: Stored Proc's of course. you can have entries u...@domain1.me.com u...@xxx.foo.com the only caveat is t

Re: Stored Proc's

2009-12-11 Thread Michael Dykman
of course. you can have entries u...@domain1.me.com u...@xxx.foo.com the only caveat is to make sure the reverse lookup of your client hosts works as expected as those are the names that mysql will apply at authentication time. - mkichael dykman On Fri, Dec 11, 2009 at 9:36 AM, Steve Stapl