Rename Default Category (Uncategorized) Via a Function

I think wp_update_term should do the trick:

wp_update_term(1, 'category', array(
  'name' => 'A Real Category Name',
  'slug' => 'real-category-name'
));

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