Retrieve posts by author

You must specify the author parameter as described here. Try to use:

$args_my_items = array(
    'posts_per_page' => 10,
    'post_type' => 'mycustomposttype',
    'author' => $current_user->ID
);

query_posts($args_my_items);

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