Custom Query – show first post twice?

Just rewind posts after the first post and run the loop again.

if($test->have_posts()) :
    $test->the_post();
    the_title();
endif;

$test->rewind_posts();

if($test->have_posts()) :
    while($test->have_posts()) :
        $test->the_post();
        the_title();
    endwhile;
endif;

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