I can not connect to bpaced.net from software

I can not connect to bpaced.net from software.
My code in php are:

<?php $host = "localhost"; 86 $user = " *my user name* "; 87 $pass = " *my password* "; The password is the same over the registration. 88 $dbase = "*my user name* "; 89 $tabla = "nevek"; 90 mysql_connect ("$host", "$user", "$pass") or die ("Sorry NO conection !!!"); 91 mysql_select_db (" $dbase ") or die ("No DataBase !!!!"); ?>

And I’ got ERROR message:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘myUser name’@‘localhost’ (using password: YES) in /users/myUserName/www/meg-proba.php on line 90
Sorry NO conection !!!

What is the correct syntax?

Hello,

what is your username? Do you have on bplaced.net under MySQL databases create a database?

Then’s.
Resolved, I typed my mistake.
I typed n insted of h.