[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Access Denied on fresh installation of 1.2.11
- Subject: Re: Access Denied on fresh installation of 1.2.11
- From: "Chris Travers" <..hidden..>
- Date: Mon, 14 Jan 2008 11:45:20 -0800
Ok. Sounds like there is a permissions issue here.
users and users_conf need select permission in order to allow you to login. You need to grant insert/update permissions in order to create/update users.
so probably like:
GRANT ALL ON users_conf, users TO ledgersmb;
or whatever other user you use for LSMB.
Best Wishes,
Chris Travers