Filter by Artist

SELECT DISTINCT(tbl_artists.artist_id), tbl_artists.artist_fName, tbl_artists.artist_lName FROM tbl_pressroom_artists INNER JOIN tbl_artists ON tbl_artists.artist_id = tbl_pressroom_artists.artist_id WHERE tbl_artists.ny_artist = 'Yes' ORDER BY tbl_artists.artist_lName asc:Access denied for user ''@'localhost' (using password: NO)