This is a discussion on RE: [PHP] Mysql Authentication problem within the PHP General forums, part of the PHP Programming Forums category; > > How did you create this new user? > > Using mysql grant statements: > > originally: > > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> > How did you create this new user?
> > Using mysql grant statements: > > originally: > > grant all privilges on name.* to user@localhost 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) |