list all categories that have a certain word in title

You can try this code below

$args = array(
  'orderby'           => 'name', 
  'order'             => 'ASC',
  'name__like'        => '%LIKE%',
  'description__like' => '%LIKE%',
); 

$terms = get_terms( array( "taxonomy" ), $args );

See more in Codex

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