Query prints posts without specific categories

I solved it like this array:

        <?php
        $args = array(
          'post_type' => 'post',
            'orderby' => 'date',
              'order' => 'DESC',
          'showposts' => '3',
          'cat' => '-1,-2,-3',


        );

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