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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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