home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / htdocs / restricted / user_pwd.sql < prev   
Encoding:
Text File  |  2007-12-20  |  110 b   |  6 lines

  1. CREATE TABLE user_pwd (
  2.     name CHAR(30) NOT NULL,
  3.     pass CHAR(32) NOT NULL,
  4.     PRIMARY KEY (name)
  5. )
  6.