Guest User

Untitled

a guest
Oct 26th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 3.06 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 3.5.8.2
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host:
  6. -- Generation Time: Oct 26, 2013 at 11:10 AM
  7. -- Server version: 5.6.13-56
  8. -- PHP Version: 5.3.3
  9.  
  10. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13.  
  14. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  15. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  16. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  17. /*!40101 SET NAMES utf8 */;
  18.  
  19. --
  20. -- Database: `ddddddd_`
  21. --
  22.  
  23. -- --------------------------------------------------------
  24.  
  25. --
  26. -- Table structure for table `news`
  27. --
  28.  
  29. CREATE TABLE IF NOT EXISTS `news` (
  30.   `id` int(11) NOT NULL AUTO_INCREMENT,
  31.   `postedby` varchar(200) COLLATE utf8_polish_ci NOT NULL,
  32.   `news` char(50) CHARACTER SET sjis DEFAULT NULL,
  33.   `subject` varchar(200) COLLATE utf8_polish_ci NOT NULL,
  34.   `date` int(11) NOT NULL,
  35.   PRIMARY KEY (`id`)
  36. ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_polish_ci AUTO_INCREMENT=23 ;
  37.  
  38. --
  39. -- Dumping data for table `news`
  40. --
  41.  
  42. INSERT INTO `news` (`id`, `postedby`, `news`, `subject`, `date`) VALUES
  43. (1, 'test', 'Ä?Ä?Ä?Ä?Å?Å?&Aring', 'test', 1382792276),
  44. (2, 'test2', 'Å', 'eeee', 1382793344),
  45. (3, 'aaaa', 'Ä', 'aaaa', 1382793483),
  46. (4, 'aaa', 'Ä', 'aaaa', 1382794403),
  47. (5, 'jebane znaki pl :(', 'Ä', 'aaa', 1382794519),
  48. (6, 'wqww', 'Ä', 'qwqw', 1382795377),
  49. (7, 'ssss', 'sssssÄ', 'ssss', 1382795751),
  50. (8, 'ssss', 'sssssÄ', 'ssss', 1382795875),
  51. (9, 'a', 'Ä?Ä?źźÄ?&Au', 'a', 1382796104),
  52. (10, 'fddd', 'Ä?Ä?Ä?Ä?źÅ&o', 'ddd', 1382796309),
  53. (11, '22232323', 'Ä?Ä?Ä?Ä?Ä?ź&A', '232323', 1382796988),
  54. (12, 'aacvvv', 'Ä?Ä?Ä?Å?Å?Å?&Auml', 'vvvv', 1382797104),
  55. (13, 'ss', 'ąąąąććć&', 'sss', 1382798327),
  56. (14, 'aaa', 'Ä…Ä…Ä…Ä…Å?Å?&Aring', 'aaa', 1382798551),
  57. (15, 'aaa', 'Ä…Ä…Ä…Ä…Å?Å?&Aring', 'aaa', 1382798621),
  58. (16, 'eee', 'ąąąąąź&A', 'eeeeeeeee', 1382798750),
  59. (17, 'ąąąąśśśćććć', '?…?…?…???????‡?‡?‡?‡?‡?‡?‡????????', 'sss', 1382799121),
  60. (18, 'test', '?…?…?…???????????‡?‡ dupa', 'test3', 1382799206),
  61. (19, 'ss', 'Ä…Ä…aa', 'ss', 1382799383),
  62. (20, 'ads', 'Ä…Ä…Ä…Ä…Å?Å?Ä', 'dff', 1382799608),
  63. (21, 'qq', 'Ä…Ä…Ä…Å?Å?ćÄ', 'qqqq', 1382800109),
  64. (22, 'qqw', 'ćććććź&A', 'eeee', 1382800180);
  65.  
  66. -- --------------------------------------------------------
  67.  
  68. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  69. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  70. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment