Search results

  1. O

    access denied

    okay..now i understand. :) tnx a lot :) i still have one question left.. i want to import my dtabase but it always says ----#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'þ ' at line 1 the type...
  2. O

    access denied

    yah.i did create a user in the dbase.. i can view it on my localhost even i dont have password..
  3. O

    access denied

    here is the code of tides.conf ------------- $db_host = "localhost"; $db_name = "kendyo_cvsutides"; $db_user = "kendyo_kendyo"; $db_pass = ""; $db_link = mysql_connect($db_host,$db_user,$db_pass); mysql_select_db($db_name,$db_link); ----------------
  4. O

    access denied

    still the same..i checked the dbase name and dbase user.. Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'kendyo_kendyo'@'cossacks.x10hosting.com' (using password: NO) in /home/kendyo/public_html/tides.conf on line 6
  5. 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...
  6. 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