i don have any password but why?

A

Anonymous

Guest
i didnt put any passsword for my localhost but why i cant connect to mysql?

it says my localhost using password.

can anyone help?

$con = mysql_connect("localhost","acai","");
if (!$con)
echo(connected);
{
die('Could not connect: ' . mysql_error());
 
Back
Top