On Wed, 15 Oct 2003 17:26:23 +0800
"Manisha Sathe" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I inserted one record thr PHPMyAdmin -  mem_pass field of member table set to xyz 
> using function 'PASSWORD'
> 
> Then trying to select the same - select * from member where mem_pass = 
> PASSWORD('xyz') - then it is not getting selected
> 
> I do not know why I am not getting the result. please help me. what's going wrong ? 

mem_pass field should be at least 16 characters lengthwise to store result of 
PASSWORD()
check it, plz.

---
WBR,
Antony Dovgal aka tony2001
[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to