i know the sql server in default does not have password
----- Original Message ----- From: "paulm" <[EMAIL PROTECTED]> To: "Luis A" <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 8:06 PM Subject: Re: [PHP] to paulm Re: [PHP] mysql trouble > k but you still need to do "" insted of password, and see if you have a sql > password for root, it's not system password > ----- Original Message ----- > From: "Luis A" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, February 26, 2003 2:21 AM > Subject: [PHP] to paulm Re: [PHP] mysql trouble > > > hey i think the root does not need password to connect to mysql > > or yes ???? > > on my server the root user does not have password > thats why i dont know why he does not update the database? > > ----- Original Message ----- > From: "paulm" <[EMAIL PROTECTED]> > To: "Luis A" <[EMAIL PROTECTED]> > Sent: Tuesday, February 25, 2003 6:48 PM > Subject: Re: [PHP] mysql trouble > > > > you don't have a password for root in mysql_connect > > ----- Original Message ----- > > From: "Luis A" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, February 26, 2003 1:04 AM > > Subject: [PHP] mysql trouble > > > > > > hi pasl i got a troblem here > > > > > > if some one can help me ? > > > > take a look at this > > <?php > > // process form > > $link = mysql_connect("localhost", "root"); > > mysql_select_db("mydb",$db); > > $sql = "INSERT INTO agenda (nombre, direccion, telefono, email) " + > > "VALUES ('$nombre', '$direccion', '$telefono', '$email')"; > > $result = mysql_query($sql); > > echo "ˇGracias! Hemos recibido sus datos.\n"; > > > > ?> > > > > > > > > HE DOES NOT WORKING > > > > any subjest ? > > > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php