MySQL 資料庫 password函數,mysqlpassword

來源:互聯網
上載者:User

MySQL 資料庫 password函數,mysqlpassword

在MySQL資料庫中 執行下面這一句,會對字串產生加密後的 新的字串 。使用者在資料庫中儲存密碼。

SELECT PASSWORD('aa') 

產生的字串 已 * 號開頭。 比如 ‘*DEE59C300700AF9B586F9F2A702231C0AC373A13’ 


SELECT OLD_PASSWORD('aa') ;

OLD_PASSWORD 是舊版本的加密函數 ,產生的字串是 16位的 如‘aa’ 加密後是 ‘077baf58491e1952’ 。


這種產生密碼的方法 依賴資料庫,而且需要串連資料庫,有網路開銷。通常還用MD5的方法 做明碼的加密。



相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.