AWS Bitnami WordPress – SELECT command denied to user

This is something that has thrown me off in the past. You actually see the error that talking about the Privileges, but the actual error is that the database doesn’t exist!

You are searching for database name wp_ where there is only bitnami_wordpress.

$sql = "SELECT * FROM bitnami_wordpress.wp_comments WHERE comment_ID = $id";