Printing out Main Category ID’s in a Loop

http://codex.wordpress.org/Function_Reference/get_categories

example:

<?php 
foreach(get_categories('parent=0&orderby=id') as $cat) { 
   echo $cat->term_id.' '.$cat->name.'<br/>'; 
} 
?>

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