Conexion De La base de datos con formularios

creo la base de datos en phpadmin y coloco los datos asi $conexion=mysql_connect(“localhost”,“id1098984_andres”,“pass”)or die (“Problemas con la conexion”);
y al ejecutar me sale el error
Warning: mysql_connect(): Access denied for user ‘id1098984_andres’@‘localhost’ (using password: YES) in C:\AppServ\www\CursoPHP\Guia5Parte2.php on line 9
Problemas con la conexion

necesito ayuda urgente gracias

You cannot use RemoteSQL if that is what you are trying?

que hago amigo? explicame por favor

You can host a website at 000webhost.com
You can host a script on your website that uses MySQL via the website only.

You cannot connect to MySQL remotely i.e. locally from your computer to the database anymore.

But you can connect a script on your site to the database.

y como hago lo del script? la verdad necesito conectar eso si o si