Search results

  1. O

    access denied

    can some1 help me with these errors? Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'cossacks.x10hosting.com' (using password: NO) in /home/kendyo/public_html/tides.conf on line 6 Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link...
  2. O

    access denied

    i cant open my index.php here is d code of tides.conf ----- $db_host = "localhost"; $db_name = "kendyo_cvsutides"; $db_user = "root"; $db_pass = ""; $db_link = mysql_connect($db_host,$db_user,$db_pass); mysql_select_db($db_name,$db_link); ----- it always display these errors.. can someone...
Top