Put the site to hostinger.ru hosting. I threw the site through FTP. Created a database. I'm trying to connect it with this code:
<? $db = mysql_connect("localhost","u141735831_ardb","********"); mysql_select_db("u141735831_db",$db); ?> To which I answer with an error
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'u141735831_ardb'@'localhost' (using password: YES) in /home/u141735831/public_html/blocks/bd.php on line 2 Please help me solve this problem.