NYCPHP Meetup

NYPHP.org

[nycphp-talk] different sites, one database

David Mintz dmintz at davidmintz.org
Wed Jul 13 13:01:38 EDT 2005


On Wed, 13 Jul 2005, Michael Johnson wrote:

> sounds like a mysql permissions problem, try this:
>
> use mysql;
> grant all privileges on <DB_NAME>.* to <DB_USER>@'%' identified by
> 'password';
>

... followed by "flush privileges;"

---
David Mintz
http://davidmintz.org/



More information about the talk mailing list