Show recent posts starting at a specific number archive

wp_get_recent_posts basically uses WP_Query, so you can use the offset parameter.

So something like,

$args = array( 'numberposts' => '5', 'offset' => 5 ); 

Reference:
http://codex.wordpress.org/Class_Reference/WP_Query#Offset_Parameter

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