phpbb integration-mySQL error: select command denied to user phpbb integration-mySQL error: select command denied to user
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

phpbb integration-mySQL error: select command denied to user

Started by Mamady, February 25, 2004, 03:42:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mamady

just installed coppermine and trying to integrate with phpbb2... it works great if i dont turn on integration with phpbb2, but when i turn it on, i get the following error in debug mode:

Fatal error :

There was an error while processing a database query.

While executing query "SELECT user_id, username as user_name, user_level FROM `phpBB`.phpbb_users WHERE user_id='0' AND user_password='*'" on 0

mySQL error: select command denied to user: 'myuser@localhost' for table 'phpbb_users'


I have granted all priviledges for that user using the following command:

GRANT select ON mydatabase.* to myuser@'localhost';

I have root priviledges so i can run any commands, but i dont know why it keeps telling me that the user is denied the select command. I would be grateful for any help.

Mamady