problem 1) I have two hosting accounts, I've setup php/mysql connection correctly and the files were working, I tried to use the same connection techninue to connect to php/mysql connection, everything was setup correctly, when click on test on mysql connection in dreamweaver am having these error message "ACCESS DENIED. THE FILE MAY NOT EXIST OR THERE COULD BE PERMISSION PROBLEM ". Everything below was entered correctly:
Connection name: anyname
mysql server: localhost
username: "mydatabaseusername"
database: mydatabasename

problem 2) any time i use my php page, below error occur
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/thereach/public_html/register.php on line 9

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/thereach/public_html/register.php on line 10


PLEASE I NEED HELP