How to search CPTs in draft using get_page_by_title()

You could try this:

$args = array("post_type" => "mytype", "s" => $title, 'post_status => array('draft'));
$posts = get_posts( $args );

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