How to show multiple attachements together with Scribu’s Posts 2 Posts connector?

You will just have to call get_children() for each gallery:

$images = array();

foreach ( $gallery_posts as $gallery ) {
  $images = array_merge( $images, get_children(
    'post_parent' => $gallery->ID,
    ...
  ) );
}

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