How to get sort content by page id?

I believe your best solution will be to setup postdata and the making use of the the_content() template tag

$post = get_page_by_title( 'About us' );
setup_postdata( $post ); ?>
    <p> <?php the_content(); ?> </p>
<?php wp_reset_postdata(); ?>

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