اینم config.php

<?php

 
$link = mysql_connect('localhost', 'root', '');
 
@mysql_select_db('_db',$link);
mysql_set_charset('utf8',$link);
?>