getting posts by tags

You need to modify your query as:

$search_songs = array(
        'posts_per_page' => -1,
        'post_type' => 'songs',
        'tag' => $search_query,//use tag to filter posts
    );  

For more details

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)