topical media & game development

talk show tell print

server-amf-login-vudb.sql / sql



  -- phpMyAdmin SQL Dump
  -- version 2.10.2
  -- http://www.phpmyadmin.net
  -- 
  -- Host: localhost
  -- Generation Time: Oct 14, 2008 at 08:54 PM
  -- Server version: 5.0.41
  -- PHP Version: 5.2.5
  
  SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  
  -- 
  -- Database: `vuDB`
  -- 
  
  -- --------------------------------------------------------
  
  -- 
  -- Table structure for table `introAMF`
  -- 
  
  CREATE TABLE `introAMF` (
    `id` int(11) NOT NULL auto_increment,
    `username` text,
    `password` text,
    `fname` text,
    `lname` text,
    PRIMARY KEY  (`id`)
  ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;
  
  -- 
  -- Dumping data for table `introAMF`
  -- 
  
  INSERT INTO `introAMF` VALUES (1, 'login', 'admin', 'John', 'Smith');
  INSERT INTO `introAMF` VALUES (2, 'pocket', 'rockets', 'Jane', 'Doe');
  INSERT INTO `introAMF` VALUES (9, 'login2', 'admin2', 'John2', 'Smith2');
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.