Re writing Category Argument

The codex explains this pretty well.

<?php
$args = array(
    'orderby' => 'slug', // or name
    'order' => 'ASC',
    'taxonomy' => 'types'
);
$categories=  get_categories( $args );
?>

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