On Jan 9, 2008 1:52 AM, Nam Lam wrote: > Database error: lock(Array, write) failed. > MySQL Error: 1044 (Access denied for user: 'thientam_mailto:[EMAIL > PROTECTED]' to database 'thientam_huynhtruong')
your user doesn't have LOCK permissions on the database. Since mysql doesn't support transactions by default we use this to help with data integrity so it is a required permission for phpgroupware. _______________________________________________ phpGroupWare-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
