Jump to content

PHP_Joker

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by PHP_Joker

  1. Hi all,

     

    I want to convert my existing SQL password column (currently in text) to MD5. Anyone have a trick for this? I tried a code I thought would work, but it doesn\'t give me enough characters in the new MD5 password.

     

    Here is the code I used:

     

    update mytable

    set mycolumn = md5(mycolumn);

     

    Thanks for your help!

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.