Home | Mirror | SearchITEYE 博客 | OSChina 博客 | 51CTO 博客

7.4. mysql crypt

select encrypt('password');



mysql> select encrypt('password');

+---------------------+

| encrypt('password') |

+---------------------+

| WXvvG0CWY7v5I       |

+---------------------+

1 row in set (0.00 sec)



mysql>
		
comments powered by Disqus