> > How did you create this new user?
> 
> Using mysql grant statements:
> 
> originally:
> 
> grant all privilges on name.* to [EMAIL PROTECTED] identified by 'pass';
> grant all privileges on name.* to user@'%' identified by 'pass;
> and just now
> grant all privileges on name.* to user@'127.0.0.1'...
> [/snip]
> 
> And then you flushed (just double checking)?


Yup. Double checked again (just to make sure)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to