Re: allow access to all users within a network..

2006-07-30 Thread Chris
Asif Lodhi wrote: Hi Chris, On 7/28/06, Chris <[EMAIL PROTECTED]> wrote: > i'm trying to figure out how to allow all users on machines within my > network access to a mysql db... > > with no luck.. ... Have you got mysql listening for ne

Re: allow access to all users within a network..

2006-07-27 Thread Chris
bruce wrote: hi... i'm trying to figure out how to allow all users on machines within my network access to a mysql db... i've tried: grant access all on *.* to '*'@'%' grant access all on *.* to '%'@'%' grant access all on *.* to @'%' with no luck.. What errors do you get when you try to

allow access to all users within a network..

2006-07-27 Thread bruce
hi... i'm trying to figure out how to allow all users on machines within my network access to a mysql db... i've tried: grant access all on *.* to '*'@'%' grant access all on *.* to '%'@'%' grant access all on *.* to @'%' with no luck.. thanks -bruce -- MySQL General Mailing List For li