mirror of
https://github.com/rathena/rathena
synced 2026-08-16 22:26:42 -04:00
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16750 54d463be-8e91-2dee-dedb-b68131a5f0ec
3 lines
84 B
SQL
3 lines
84 B
SQL
# Convert passwords to MD5 hashes
|
|
|
|
UPDATE `login` SET `user_pass`=MD5(`user_pass`);
|