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.

Thanks Chris! I requested this for the ISP.

I was thinking this lock was for insertion. I'm more familiar with SQLite (that locks the file for insertion) and didn't knew this grant option on MySQL.

Regards,
Mauricio.


_______________________________________________
Phpgroupware-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users

Reply via email to