I've been trying to test out my first website on the following free hosting service for the moment: http://members.000webhost.com/cpanel.php?accountID=6800891&login_hash=xakt1MTI3NQX1Q1z and it seems that the mysql connection isnt working. I get the following errors...
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'Myname'@'10.1.1.34' (using password: YES) in /home/a3793016/public_html/reviews.php on line 35
Free Web Hosting
Could not connect: Access denied for user 'Myname'@'10.1.1.34' (using password: YES)
Also, I'm not sure if I need to make a separate mysql database with separate tables on the hosting service. currently I've just been connecting to the database through localhost/phpmyadmin and I use localhost/myfolder/index.php to access my homepage and the rest of my site. I realise the site needs to be uploaded but am I suppose to upload the whole mysql database as or something.
I am new to this so I don't have too much knowledge about this error stuff, hopefully someone out there will shed some light.