Re: % wildcard host permission not working

2008-10-25 Thread Fish Kungfu
Hmmm, that is strange indeed. Hopefully one of the Level 70+ MySQL Wizards on the list can explain why this might happen. ~~Fish~~ On Sat, Oct 25, 2008 at 4:44 PM, Joe Auty <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Fish Kungfu wrote: > | I think I see th

Re: % wildcard host permission not working

2008-10-25 Thread Fish Kungfu
I think I see the typo. If that's an exact copy & paste of your GRANT statement, then the problem is the spaces in the database designation: You have: GRANT ALL PRIVILEGES ON * . * TOetc But it should be: GRANT ALL PRIVILEGES ON *.* TOetc There shouldn't be any spaces in the *.* part.

Re: % wildcard host permission not working

2008-10-25 Thread Fish Kungfu
I think I see the typo. If that's an exact copy & paste of your GRANT statement, then the problem is the spaces in the database designation: You have: GRANT ALL PRIVILEGES ON * . * TOetc But it should be: GRANT ALL PRIVILEGES ON *.* TOetc There shouldn't be any spaces in the *.* part.

Re: % wildcard host permission not working

2008-10-25 Thread Joe Auty
Fish Kungfu wrote: Would you mind posting what you tried? Did you put single quotes around the wildcard like '%' ? For example: GRANT ALL ON somedb.* TO 'someuser'@'%'; Also see http://dev.mysql.com/doc/refman/5.0/en/grant.html CheersFish Sure! On what I'll call "mynewserver" CR

Re: % wildcard host permission not working

2008-10-25 Thread Fish Kungfu
Would you mind posting what you tried? Did you put single quotes around the wildcard like '%' ? For example: GRANT ALL ON somedb.* TO 'someuser'@'%'; Also see http://dev.mysql.com/doc/refman/5.0/en/grant.html CheersFish On Sat, Oct 25, 2008 at 1:40 PM, Joe Auty <[EMAIL PROTECTED]> w

Re: % wildcard host permission not working

2008-10-25 Thread Joe Auty
I'm also having this strange problem just as stated here, anybody find a fix for this yet? Again, using wildcards (%) for the Host don't work while the FQDN does from the exact same remote machine, the exact same username, etc. There is something about the wildcard ACL that is not working prop

Re: % wildcard host permission not working

2008-04-29 Thread Adam Gerson
Yes, I did "FLUSH PRIVILEGES" and I think I only have one username/host entry for this user. Adam Erik Giberti wrote: Did you "FLUSH PRIVILEGES"? I'd also check that the username and passwords are the same for each host entry, I've had problems if passwords were different for a shared usern

Re: % wildcard host permission not working

2008-04-24 Thread Erik Giberti
Did you "FLUSH PRIVILEGES"? I'd also check that the username and passwords are the same for each host entry, I've had problems if passwords were different for a shared username from different hosts. On Apr 24, 2008, at 8:58 AM, Adam Gerson wrote: I set up a user and entered % for the host.

% wildcard host permission not working

2008-04-24 Thread Adam Gerson
I set up a user and entered % for the host. I am not able to connect. However, if I change the host value to my FQDN it works fine. Shouldn't the wildcard allow me to connect from any host? Thanks, Adam -- Adam Gerson Assistant Director of Technology Apple Certified System Administrator (ACSA