veras en vista de lo que me comentas apesar de ser obseloto funciona bien, pero hice una nueva construccion de cadena y sigue lo mismo, te dejo la nueva cadena con mysqli <?php
$con = mysqli_connect("localhost","ojedajvi_javier","<removed>","ojedajvi_alejandrotortoza");
// Check connection
if (mysqli_connect_errno())
{
echo "Failed to connect to MySQL: " . mysqli_connect_error();
}
?>
translate.google.com: You will see in view of what you tell me in spite of being obsessed it works well, but I made a new chain construction and it follows the same, I leave you the new chain with mysqli