I don’t get this part. How to GRANT wordpress read only access to phpBB ? at that link. When i’m at phpMyAdmin I put all these Grants at the SQL text box..
GRANT SELECT ON phpbb_database.phpbb_topics TO wp_user@localhost;
GRANT SELECT ON phpbb_database.phpbb_forums TO wp_user@localhost;
GRANT SELECT ON phpbb_database.phpbb_posts TO wp_user@localhost;
I press go and this is what the error reads.
GRANT SELECT ON phpbb_database.phpbb_topics
TO wp_user@localhost
GRANT SELECT ON phpbb_database.phpbb_forums
TO wp_user@localhost ;
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘GRANT SELECT ON phpbb_database.phpbb_forums TO wp_user@localhost’ at line 2
Any ideas whats going on? Thanks.