Jump to content

set up password field and incorporatin MD5 using sql syntax


dazz_club

Recommended Posts

Hi guys and girls,

 

I am setting up a database and would like to have my passwords encrpted by using MD5, however i am having trouble writing the sql syntax for this, here is what i have got so far;

 

CREATE TABLE `SourceUK` (

`ID` INT NOT NULL AUTO_INCREMENT,

`password` VARCHAR(50) NULL, <-------- where do i put MD5 in this syntax??

`username` VARCHAR(50) NULL,

 

 

kind regards

Dazzclub

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.