Subversion Repositories svnkaklik

Rev

Go to most recent revision | Blame | Last modification | View Log | Download

-- phpMyAdmin SQL Dump
-- version 2.6.0-pl3
-- http://www.phpmyadmin.net
-- 
-- Host: localhost
-- Generation Time: Feb 10, 2005 at 09:21 PM
-- Server version: 4.0.23
-- PHP Version: 4.3.10
-- 
-- Database: `mydb`
-- 

-- --------------------------------------------------------

-- 
-- Table structure for table `shoutbox`
-- 

CREATE TABLE `shoutbox` (
  `id` int(11) NOT NULL auto_increment,
  `message` text NOT NULL,
  `author` varchar(20) NOT NULL default '',
  `email` varchar(50) NOT NULL default '',
  `date` varchar(20) NOT NULL default '',
  `ip` varchar(20) NOT NULL default '',
  `lastpost` varchar(20) NOT NULL default '',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM PACK_KEYS=0 AUTO_INCREMENT=26 ;

-- 
-- Dumping data for table `shoutbox`
-- 

INSERT INTO `shoutbox` VALUES (13, 'welcome to the installation', 'clear this in your phpMyAdmin', '', '', '203.36.44.14', '');