get page title, url and excerpt of a page

the codex has exacly what you need: get_page_by_title()

Example

 $page = get_page_by_title( 'About' );
 $the_excerpt = $page->post_excerpt;

or

 $page = get_page_by_path( 'parent-page/sub-page' );

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