Loop (iterate) through Multi-Site sub-sites (blogs)?

Well, you can get sites with get_sites and loop through them:

if ( function_exists( 'get_sites' ) && class_exists( 'WP_Site_Query' ) ) {
    $sites = get_sites();
    foreach ( $sites as $site ) {
        // do something
    }
    return;
}

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