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. _______________________________________________ Phpgroupware-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
