RE: PASSWORD() question

2001-12-06 Thread Jonathan Hilgeman
No - instead, update the password with a new, random one, and e-mail the random one to the user. - Jonathan -Original Message- From: Tyler Longren [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 1:37 PM To: MySQL List Subject: PASSWORD() question Hello, I have some

PASSWORD() question

2001-12-06 Thread Tyler Longren
Hello, I have some usernames and passwords. The passwords have had the PASSWORD() function used on them. I need to set up an area of a site to allow users to have their passwords e-mailed to them. I can't just say SELECT password FROM table WHERE email='$email' AND username='$username' because

database password question

2001-05-30 Thread Rez
I have a mysql database running with php server. How can the database be passworded so that a mysql client cannot connect to it freely ? Thanks Rez