Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- phpMyAdmin SQL Dump
- -- version 3.5.8.2
- -- http://www.phpmyadmin.net
- --
- -- Host:
- -- Generation Time: Oct 26, 2013 at 11:10 AM
- -- Server version: 5.6.13-56
- -- PHP Version: 5.3.3
- SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
- SET time_zone = "+00:00";
- /*!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: `ddddddd_`
- --
- -- --------------------------------------------------------
- --
- -- Table structure for table `news`
- --
- CREATE TABLE IF NOT EXISTS `news` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `postedby` varchar(200) COLLATE utf8_polish_ci NOT NULL,
- `news` char(50) CHARACTER SET sjis DEFAULT NULL,
- `subject` varchar(200) COLLATE utf8_polish_ci NOT NULL,
- `date` int(11) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_polish_ci AUTO_INCREMENT=23 ;
- --
- -- Dumping data for table `news`
- --
- INSERT INTO `news` (`id`, `postedby`, `news`, `subject`, `date`) VALUES
- (1, 'test', 'Ä?Ä?Ä?Ä?Å?Å?Å', 'test', 1382792276),
- (2, 'test2', 'Å', 'eeee', 1382793344),
- (3, 'aaaa', 'Ä', 'aaaa', 1382793483),
- (4, 'aaa', 'Ä', 'aaaa', 1382794403),
- (5, 'jebane znaki pl :(', 'Ä', 'aaa', 1382794519),
- (6, 'wqww', 'Ä', 'qwqw', 1382795377),
- (7, 'ssss', 'sssssÄ', 'ssss', 1382795751),
- (8, 'ssss', 'sssssÄ', 'ssss', 1382795875),
- (9, 'a', 'Ä?Ä?źźÄ?&Au', 'a', 1382796104),
- (10, 'fddd', 'Ä?Ä?Ä?Ä?źÅ&o', 'ddd', 1382796309),
- (11, '22232323', 'Ä?Ä?Ä?Ä?Ä?ź&A', '232323', 1382796988),
- (12, 'aacvvv', 'Ä?Ä?Ä?Å?Å?Å?Ä', 'vvvv', 1382797104),
- (13, 'ss', 'ąąąąććć&', 'sss', 1382798327),
- (14, 'aaa', 'Ä…Ä…Ä…Ä…Å?Å?Å', 'aaa', 1382798551),
- (15, 'aaa', 'Ä…Ä…Ä…Ä…Å?Å?Å', 'aaa', 1382798621),
- (16, 'eee', 'ąąąąąź&A', 'eeeeeeeee', 1382798750),
- (17, 'ąąąąśśśćććć', '?…?…?…???????‡?‡?‡?‡?‡?‡?‡????????', 'sss', 1382799121),
- (18, 'test', '?…?…?…???????????‡?‡ dupa', 'test3', 1382799206),
- (19, 'ss', 'Ä…Ä…aa', 'ss', 1382799383),
- (20, 'ads', 'Ä…Ä…Ä…Ä…Å?Å?Ä', 'dff', 1382799608),
- (21, 'qq', 'Ä…Ä…Ä…Å?Å?ćÄ', 'qqqq', 1382800109),
- (22, 'qqw', 'ćććććź&A', 'eeee', 1382800180);
- -- --------------------------------------------------------
- /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
- /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
- /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment