mirror of
https://github.com/HerculesWS/Hercules
synced 2026-08-15 12:23:13 -04:00
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/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`);
|