How to list top 5 custom post types depending on comments?

Please try this:

$args = array( 'post_type'      => 'custom',
               'posts_per_page' => 5,
               'orderby'        => 'comment_count',
               'order'          => 'DESC',
        );

$my_query = new WP_Query( $args );

to order by the comment count.

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