diff options
author | Shido <the.keikun@gmail.com> | 2014-05-30 10:14:31 +0800 |
---|---|---|
committer | Shido <the.keikun@gmail.com> | 2014-07-10 23:53:22 +0800 |
commit | 3213a3b913ce11c6466f94388e3853232673c45b (patch) | |
tree | bc984c9460cdee479f28fdfaf449c3e3dd490a55 /sql-files/tools/convert_passwords.sql | |
parent | 3ecf877ba3f6d92bc323522bd166248464f83f79 (diff) | |
download | hercules-3213a3b913ce11c6466f94388e3853232673c45b.tar.gz hercules-3213a3b913ce11c6466f94388e3853232673c45b.tar.bz2 hercules-3213a3b913ce11c6466f94388e3853232673c45b.tar.xz hercules-3213a3b913ce11c6466f94388e3853232673c45b.zip |
Organized sql-tools.
Diffstat (limited to 'sql-files/tools/convert_passwords.sql')
-rw-r--r-- | sql-files/tools/convert_passwords.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/tools/convert_passwords.sql b/sql-files/tools/convert_passwords.sql index 86e4c5b08..9ee35e13e 100644 --- a/sql-files/tools/convert_passwords.sql +++ b/sql-files/tools/convert_passwords.sql @@ -1,3 +1,3 @@ -# Convert passwords to MD5 hashes +-- Convert passwords to MD5 Hash UPDATE `login` SET `user_pass`=MD5(`user_pass`); |