-- Php Tutorial myadmin SQL dump
-- Version 2.11.6
Http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation time: jun 29,201 0 at 09:27 am
-- Server version: 5.0.51
-- Php version: 5.2.6
Set SQL _mode = "no_auto_value_on_zero ";
/*! 40101 set @ old_character_set_client = @ character_set_client */;
/*! 40101 set @ old_character_set_results = @ character_set_results */;
/*! 40101 set @ old_collation_connection = @ collation_connection */;
/*! 40101 set names utf8 */;
--
-- Database: 'test'
--
----------------------------------------------------------
--
-- Table structure for table 'maillist'
--
Create table if not exists 'maillist '(
'Id' int (11) not null auto_increment,
'Title' text collate utf8_unicode_ci not null,
'Content' mediumtext collate utf8_unicode_ci not null,
'Senduser' varchar (50) collate utf8_unicode_ci not null,
'Sendmail 'varchar (200) collate utf8_unicode_ci not null,
'Sendtime' int (11) not null,
'Accept _ email 'varchar (200) collate utf8_unicode_ci not null,
'CC _ email 'varchar (200) collate utf8_unicode_ci not null,
'Bcc _ email 'varchar (200) collate utf8_unicode_ci not null,
'Msessage _ id' varchar (200) collate utf8_unicode_ci not null,
'Msgno' int (11) not null comment': The mail number. If it is 0, the download has ended ',
'Is _ download' tinyint (4) not null default '0 ',
Primary key ('id ')
) Engine = myisam default charset = utf8 collate = utf8_unicode_ci auto_increment = 1;
--
-- Dumping data for table 'maillist'
--
----------------------------------------------------------
--
-- Table structure for table 'mail _ account'
--
Create table if not exists 'mail _ account '(
'Id' int (11) not null auto_increment,
'Username' varchar (100) not null,
'Password' varchar (50) not null,
'Emailaddress' varchar (100) not null,
'Mailserver' varchar (50) not null,
'Servertype' varchar (10) not null,
'Port' varchar (10) not null,
Primary key ('id ')
) Engine = myisam default charset = latin1 auto_increment = 1;
--
-- Dumping data for table 'mail _ account'
--
----------------------------------------------------------
--
-- Table structure for table 'mail _ attach'
--
Create table if not exists 'mail _ attach '(
'Id' int (11) not null auto_increment,
'Mail _ id' int (11) not null,
'Filename' varchar (200) collate utf8_unicode_ci not null,
'Filename _ tmp 'varchar (200) collate utf8_unicode_ci not null,
'Download _ time' datetime not null,
Primary key ('id ')
) Engine = myisam default charset = utf8 collate = utf8_unicode_ci auto_increment = 1;
--
-- Dumping data for table 'mail _ attach'
--