How get list of job types of simple job board plugin from code?

This is my solution

 $types = wp_get_post_terms($post->ID, 'jobpost_job_type');
 var_dump($types);

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