on certain mysql admin GUI's LOCK is not included by default. They will need to get a better GUI or run the commands manualy. the command to run can be found in the howto http://docs.phpgroupware.org/html/install/
On 11/16/05, Mauricio <[EMAIL PROTECTED]> wrote: > Hi, > > Chris Weiss wrote: > > On 11/14/05, Mauricio <[EMAIL PROTECTED]> wrote: > > > >>Hi, > >> > >>I'm setuping up phpgw 0.9.16.008 on an ISP, but when I try to create the > >> Admin account (preview steps were ok!) I get this error: > >> > >>Database error: lock(Array, write) failed. > >>MySQL Error: 1044 (Access denied for user 'user'@'host' to database 'db') > >> > >>Session halted. > >> > >>Since appears that I don't have access to insert data, I made a test > >>script (below) and it works fine! > > > > > > no, you don't have permission to LOCK, not insert. You need to grant > > lock permisson to your user on the database. > > My ISP has grant all permissions to database but I still get the error. > > I made new tests with inserts and transactions and all works fine... > > Any other sugestion? > > Regards, > > Mauricio. > > > _______________________________________________ Phpgroupware-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
