[drupal-support] Error Report

Carlos Rivero serverleader at gmail.com
Wed Aug 10 12:52:05 UTC 2005


On 8/10/05, Albrecht Marignoni <ukstart2003 at gmx.de> wrote:
> Thank´s for your help.
> 
> I am a child in my knowledge about
> databases and PHP and it´s not my future
> job. But I will understand what is going
> on in this area.
> 
> Is it a critical problem ? Or could I leave
> it until I get help from an expert ?
not critical... but it is annoying... to see this on the logs...

to remove this from been called just add: //  at the beginning of the
lines mentioned by Tostin.... no expertize needed for that..
good luck...
> 
> Kind Regards,
> 
> Albrecht
> 
> 
> 
> ----- Original Message -----
> From: "Nicolas Tostin" <nicolast at logis.com.mx>
> To: <drupal-support at drupal.org>
> Sent: Tuesday, August 09, 2005 4:35 PM
> Subject: Re: [drupal-support] Error Report
> 
> 
> > Hi
> > > "Access denied for user: 'Name of Database%' to database
> > > 'Name of Database' query: LOCK TABLES sequences
> > > WRITE in /var/htdocs/www.orthopoint.de/htdocs/websit
> > > e/includes/database.mysql.inc on line 66"
> > >
> > > Is this a problem of permissions ? Can I solve this problem via FTP ?
> > >
> >
> > This look like you don't have "GRANT LOCK" on your database.
> > It can be solved if you have the GRANT permission on your MySQL db. But,
> > since you may use an ISP hosting, you may don't have this right. Ask your
> > ISP if you can have the right to make locks on your tables if not, you can
> > either change ISP :( or comment the 2 lines in database.mysql.inc that
> make
> > this lock :
> > line 151 :   db_query('LOCK TABLES {sequences} WRITE');
> > and   db_query('UNLOCK TABLES');
> > Regards
> >
> > Nicolas
> >
> > --
> > [ Drupal support list | http://lists.drupal.org/ ]
> >
> 
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>



More information about the drupal-support mailing list