I am layman to this so please have patience. My programmer abandoned me, so i am trying to do this myself.
I am getting this error when i try to access a php file: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'rarehiph_main'@'localhost' (using password: YES) in /home/rarehiph/public_html/includes/functions/database.php on line 21
Unable to connect to database server!
Here is the includes line 21: $$link = mysql_connect($server, $username, $password);
What do i need to do to make this work? I just created user 'main' in the database, but still no go. Again, I have never done this, so this must be DB101 to you lol! Thanks to all in advance.