Results 1 to 3 of 3

Thread: i think this is right forum MySQL Database help

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    448

    i think this is right forum MySQL Database help

    CREATE TABLE `password` (`Username` TEXT(10) UNSIGNED NOT NULL, `Password` TEXT(15) UNSIGNED NOT NULL, `ID` ENUM NOT NULL AUTO_INCREMENT PRIMARY KEY, INDEX (`ID`), UNIQUE (`Username`, `ID`), FULLTEXT (`ID`)) COMMENT = 'usernamepass'

  2. #2
    scoutt
    Guest
    and what are we suppose to do with that?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    448
    i fixed the problem i was trying to debug it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width