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 resource in /home/kendyo/public_html/tides.conf on line 7
here is the 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);
----
i will really appreciate if you could help me with this..
tnx:biggrin:
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 resource in /home/kendyo/public_html/tides.conf on line 7
here is the 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);
----
i will really appreciate if you could help me with this..
tnx:biggrin: