NiCK Song wrote:
Hi, experts

How can I make mysql database users password with expire date?
Does mysql can do  it?

--
NiCK
Set a DATE field with the time of expire.
Then do something like
SELECT * FROM users WHERE datefield_of_insert > CURDATE();

HTH
        Barry

--
Smileys rule (cX.x)C --o(^_^o)
Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o)

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

Reply via email to