Re: [phpslash-users] Database issue in 0.8
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-09-22 14:11:40
|
on 09/22/04 07:31 Sigmund L. Lahn said the following: > This is the complete error message: > > Database error: > Invalid SQL: lock tables db_sequence write > > MySQL Error: 1044 (Access denied for user: 'phpslash@%' to database > 'phpslash') > Please contact the webmaster and report the exact error message. > Session halted. > > That's the one. From the mysql doc: "As of MySQL 4.0.2, to use LOCK TABLES you must have the LOCK TABLES privilege and a SELECT privilege for the involved tables. In MySQL 3.23, you must have SELECT, INSERT, DELETE, and UPDATE privileges for the tables." This has to be GLOBAL and some admins think it is a problem. You still only have access to the database they give you. Joe > > > Sigmund Lahn > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > phpslash-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpslash-users |