How to display all the categories a post is in

In the loop use <?php the_category(', '); ?> or outside the loop :

$post_categories = wp_get_post_categories( $post_id );

foreach($post_categories as $c){
    $cat = get_category( $c );
    echo $cat->name . ",";
}

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