Advertisement
Guest User

Untitled

a guest
Apr 27th, 2013
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 15.62 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 3.5.2.2
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: 127.0.0.1
  6. -- Generation Time: Apr 28, 2013 at 03:17 AM
  7. -- Server version: 5.5.27
  8. -- PHP Version: 5.4.7
  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: `wordpress`
  21. --
  22.  
  23. -- --------------------------------------------------------
  24.  
  25. --
  26. -- Table structure for table `wp_woocommerce_order_itemmeta`
  27. --
  28.  
  29. CREATE TABLE IF NOT EXISTS `wp_woocommerce_order_itemmeta` (
  30.   `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  31.   `order_item_id` bigint(20) NOT NULL,
  32.   `meta_key` varchar(255) DEFAULT NULL,
  33.   `meta_value` longtext,
  34.   PRIMARY KEY (`meta_id`),
  35.   KEY `order_item_id` (`order_item_id`),
  36.   KEY `meta_key` (`meta_key`)
  37. ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=139 ;
  38.  
  39. --
  40. -- Dumping data for table `wp_woocommerce_order_itemmeta`
  41. --
  42.  
  43. INSERT INTO `wp_woocommerce_order_itemmeta` (`meta_id`, `order_item_id`, `meta_key`, `meta_value`) VALUES
  44. (119, 16, '_line_tax', '19.43'),
  45. (118, 16, '_line_total', '111'),
  46. (117, 16, '_line_subtotal', '111'),
  47. (116, 16, '_variation_id', ''),
  48. (115, 16, '_product_id', '42'),
  49. (114, 16, '_tax_class', ''),
  50. (113, 16, '_qty', '1'),
  51. (112, 15, 'shipping_tax_amount', '0'),
  52. (111, 15, 'tax_amount', '20'),
  53. (110, 15, 'compound', '0'),
  54. (109, 15, 'label', 'Tax'),
  55. (108, 15, 'rate_id', '1'),
  56. (107, 14, '_line_subtotal_tax', '20'),
  57. (106, 14, '_line_tax', '20'),
  58. (105, 14, '_line_total', '100'),
  59. (104, 14, '_line_subtotal', '100'),
  60. (103, 14, '_variation_id', ''),
  61. (102, 14, '_product_id', '27'),
  62. (101, 14, '_tax_class', ''),
  63. (92, 13, '_qty', '4'),
  64. (93, 13, '_tax_class', ''),
  65. (94, 13, '_product_id', '42'),
  66. (95, 13, '_variation_id', ''),
  67. (96, 13, '_line_subtotal', '444'),
  68. (97, 13, '_line_total', '444'),
  69. (98, 13, '_line_tax', '0'),
  70. (99, 13, '_line_subtotal_tax', '0'),
  71. (100, 14, '_qty', '1'),
  72. (91, 12, '_line_subtotal_tax', '0'),
  73. (90, 12, '_line_tax', '0'),
  74. (89, 12, '_line_total', '100'),
  75. (88, 12, '_line_subtotal', '100'),
  76. (87, 12, '_variation_id', ''),
  77. (86, 12, '_product_id', '27'),
  78. (85, 12, '_tax_class', ''),
  79. (84, 12, '_qty', '1'),
  80. (83, 11, '_line_subtotal_tax', '52.5'),
  81. (82, 11, '_line_tax', '52.5'),
  82. (81, 11, '_line_total', '300.00'),
  83. (80, 11, '_line_subtotal', '300.00'),
  84. (79, 11, '_variation_id', ''),
  85. (78, 11, '_product_id', '27'),
  86. (77, 11, '_tax_class', ''),
  87. (76, 11, '_qty', '3'),
  88. (120, 16, '_line_subtotal_tax', '19.43'),
  89. (121, 17, 'rate_id', '1'),
  90. (122, 17, 'label', 'Tax'),
  91. (123, 17, 'compound', '0'),
  92. (124, 17, 'tax_amount', '19.43'),
  93. (125, 17, 'shipping_tax_amount', '0'),
  94. (126, 18, '_qty', '1'),
  95. (127, 18, '_tax_class', ''),
  96. (128, 18, '_product_id', '42'),
  97. (129, 18, '_variation_id', ''),
  98. (130, 18, '_line_subtotal', '111.00'),
  99. (131, 18, '_line_subtotal_tax', '19.43'),
  100. (132, 18, '_line_total', '111.00'),
  101. (133, 18, '_line_tax', '19.43'),
  102. (134, 19, 'rate_id', '1'),
  103. (135, 19, 'label', 'Tax'),
  104. (136, 19, 'compound', '0'),
  105. (137, 19, 'tax_amount', '71.93'),
  106. (138, 19, 'shipping_tax_amount', '0');
  107.  
  108. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  109. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  110. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
  111.  
  112. -- phpMyAdmin SQL Dump
  113. -- version 3.5.2.2
  114. -- http://www.phpmyadmin.net
  115. --
  116. -- Host: 127.0.0.1
  117. -- Generation Time: Apr 28, 2013 at 03:16 AM
  118. -- Server version: 5.5.27
  119. -- PHP Version: 5.4.7
  120.  
  121. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  122. SET time_zone = "+00:00";
  123.  
  124.  
  125. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  126. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  127. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  128. /*!40101 SET NAMES utf8 */;
  129.  
  130. --
  131. -- Database: `wordpress`
  132. --
  133.  
  134. -- --------------------------------------------------------
  135.  
  136. --
  137. -- Table structure for table `wp_woocommerce_order_items`
  138. --
  139.  
  140. CREATE TABLE IF NOT EXISTS `wp_woocommerce_order_items` (
  141.   `order_item_id` bigint(20) NOT NULL AUTO_INCREMENT,
  142.   `order_item_name` longtext NOT NULL,
  143.   `order_item_type` varchar(200) NOT NULL DEFAULT '',
  144.   `order_id` bigint(20) NOT NULL,
  145.   PRIMARY KEY (`order_item_id`),
  146.   KEY `order_id` (`order_id`)
  147. ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=20 ;
  148.  
  149. --
  150. -- Dumping data for table `wp_woocommerce_order_items`
  151. --
  152.  
  153. INSERT INTO `wp_woocommerce_order_items` (`order_item_id`, `order_item_name`, `order_item_type`, `order_id`) VALUES
  154. (16, 'Samsung TV 42″ (Copy)', 'line_item', 53),
  155. (15, 'TAX-1', 'tax', 52),
  156. (13, 'Samsung TV 42″ (Copy)', 'line_item', 51),
  157. (14, 'Samsung TV 42″', 'line_item', 52),
  158. (12, 'Samsung TV 42″', 'line_item', 51),
  159. (11, 'Samsung TV 42″', 'line_item', 50),
  160. (17, 'TAX-1', 'tax', 53),
  161. (18, 'Samsung TV 42″ (Copy)', 'line_item', 50),
  162. (19, 'TAX-1', 'tax', 50);
  163.  
  164. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  165. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  166. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
  167.  
  168.  
  169. -- phpMyAdmin SQL Dump
  170. -- version 3.5.2.2
  171. -- http://www.phpmyadmin.net
  172. --
  173. -- Host: 127.0.0.1
  174. -- Generation Time: Apr 28, 2013 at 03:19 AM
  175. -- Server version: 5.5.27
  176. -- PHP Version: 5.4.7
  177.  
  178. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  179. SET time_zone = "+00:00";
  180.  
  181.  
  182. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  183. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  184. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  185. /*!40101 SET NAMES utf8 */;
  186.  
  187. --
  188. -- Database: `wordpress`
  189. --
  190.  
  191. -- --------------------------------------------------------
  192.  
  193. --
  194. -- Table structure for table `wp_postmeta`
  195. --
  196.  
  197. CREATE TABLE IF NOT EXISTS `wp_postmeta` (
  198.   `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  199.   `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  200.   `meta_key` varchar(255) DEFAULT NULL,
  201.   `meta_value` longtext,
  202.   PRIMARY KEY (`meta_id`),
  203.   KEY `post_id` (`post_id`),
  204.   KEY `meta_key` (`meta_key`)
  205. ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=638 ;
  206.  
  207. --
  208. -- Dumping data for table `wp_postmeta`
  209. --
  210.  
  211. INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
  212. (1, 2, '_wp_page_template', 'page-templates/front-page.php'),
  213. (2, 1, '_edit_lock', '1365352772:1'),
  214. (3, 1, '_edit_last', '1'),
  215. (12, 2, '_edit_lock', '1365352092:1'),
  216. (13, 2, '_edit_last', '1'),
  217. (48, 27, '_weight', ''),
  218. (47, 27, '_featured', 'no'),
  219. (46, 27, '_purchase_note', ''),
  220. (45, 27, '_tax_class', ''),
  221. (44, 27, '_tax_status', 'taxable'),
  222. (43, 27, '_sale_price', '50'),
  223. (41, 27, '_product_image_gallery', ''),
  224. (42, 27, '_regular_price', '100'),
  225. (40, 27, '_virtual', 'no'),
  226. (39, 27, '_downloadable', 'no'),
  227. (38, 27, 'total_sales', '10'),
  228. (37, 27, '_stock_status', 'instock'),
  229. (36, 27, '_visibility', 'visible'),
  230. (35, 27, '_edit_lock', '1367097506:1'),
  231. (34, 27, '_edit_last', '1'),
  232. (49, 27, '_length', ''),
  233. (50, 27, '_width', ''),
  234. (51, 27, '_height', ''),
  235. (52, 27, '_sku', 'MOO123'),
  236. (53, 27, '_product_attributes', 'a:0:{}'),
  237. (54, 27, '_sale_price_dates_from', ''),
  238. (55, 27, '_sale_price_dates_to', ''),
  239. (56, 27, '_price', '50'),
  240. (57, 27, '_sold_individually', ''),
  241. (58, 27, '_stock', ''),
  242. (59, 27, '_backorders', 'no'),
  243. (60, 27, '_manage_stock', 'no'),
  244. (61, 15, '_edit_lock', '1365356277:1'),
  245. (224, 42, '_sale_price_dates_to', ''),
  246. (223, 42, '_sale_price_dates_from', ''),
  247. (222, 42, '_product_attributes', 'a:0:{}'),
  248. (221, 42, '_sku', ''),
  249. (220, 42, '_height', ''),
  250. (219, 42, '_width', ''),
  251. (218, 42, '_length', ''),
  252. (217, 42, '_edit_last', '1'),
  253. (216, 42, '_edit_lock', '1366915332:1'),
  254. (215, 42, '_visibility', 'visible'),
  255. (214, 42, '_stock_status', 'instock'),
  256. (213, 42, 'total_sales', '9'),
  257. (212, 42, '_downloadable', 'no'),
  258. (211, 42, '_virtual', 'no'),
  259. (210, 42, '_regular_price', '111'),
  260. (209, 42, '_product_image_gallery', ''),
  261. (208, 42, '_sale_price', ''),
  262. (207, 42, '_tax_status', ''),
  263. (206, 42, '_tax_class', ''),
  264. (205, 42, '_purchase_note', ''),
  265. (204, 42, '_featured', 'no'),
  266. (203, 42, '_weight', ''),
  267. (634, 53, '_recorded_coupon_usage_counts', 'yes'),
  268. (635, 53, '_edit_lock', '1367093962:1'),
  269. (636, 53, '_edit_last', '1'),
  270. (637, 53, 'Download Permissions Granted', '1'),
  271. (633, 53, '_recorded_sales', 'yes'),
  272. (632, 53, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0'),
  273. (631, 53, '_customer_ip_address', '::1'),
  274. (630, 53, '_prices_include_tax', 'no'),
  275. (626, 53, '_order_total', '163.43'),
  276. (627, 53, '_order_key', 'order_517b21ca47d87'),
  277. (628, 53, '_customer_user', '1'),
  278. (629, 53, '_order_currency', 'GBP'),
  279. (625, 53, '_order_shipping_tax', '0'),
  280. (225, 42, '_price', '111'),
  281. (226, 42, '_sold_individually', ''),
  282. (227, 42, '_stock', ''),
  283. (228, 42, '_backorders', 'no'),
  284. (229, 42, '_manage_stock', 'no'),
  285. (624, 53, '_order_tax', '19.43'),
  286. (623, 53, '_cart_discount', '0.00'),
  287. (622, 53, '_order_discount', '0.00'),
  288. (621, 53, '_order_shipping', '33'),
  289. (620, 53, '_payment_method_title', 'Cheque Payment'),
  290. (619, 53, '_payment_method', 'cheque'),
  291. (618, 53, '_shipping_method_title', 'Free Shipping'),
  292. (617, 53, '_shipping_method', 'flat_rate'),
  293. (616, 53, '_shipping_postcode', 'MM1 1MM'),
  294. (615, 53, '_shipping_state', 'Lancashire'),
  295. (614, 53, '_shipping_city', 'Manchester'),
  296. (613, 53, '_shipping_address_2', ''),
  297. (612, 53, '_shipping_address_1', '20 Street Name'),
  298. (611, 53, '_shipping_company', ''),
  299. (610, 53, '_shipping_last_name', 'Bloggs'),
  300. (609, 53, '_shipping_first_name', 'Joe'),
  301. (608, 53, '_shipping_country', 'GB'),
  302. (607, 53, '_billing_phone', '02365478962'),
  303. (606, 53, '_billing_email', '[email protected]'),
  304. (605, 53, '_billing_postcode', 'MM1 1MM'),
  305. (604, 53, '_billing_state', 'Lancashire'),
  306. (603, 53, '_billing_city', 'Manchester'),
  307. (602, 53, '_billing_address_2', ''),
  308. (601, 53, '_billing_address_1', '20 Street Name'),
  309. (600, 53, '_billing_company', ''),
  310. (599, 53, '_billing_last_name', 'Bloggs'),
  311. (598, 53, '_billing_first_name', 'Joe'),
  312. (597, 53, '_billing_country', 'GB'),
  313. (596, 52, 'Download Permissions Granted', '1'),
  314. (594, 52, '_edit_lock', '1367023930:1'),
  315. (595, 52, '_edit_last', '1'),
  316. (592, 52, '_recorded_sales', 'yes'),
  317. (593, 52, '_recorded_coupon_usage_counts', 'yes'),
  318. (545, 51, '_order_key', 'order_517b19dbde032'),
  319. (546, 51, '_customer_user', '1'),
  320. (547, 51, '_order_currency', 'GBP'),
  321. (548, 51, '_prices_include_tax', 'no'),
  322. (549, 51, '_customer_ip_address', '::1'),
  323. (550, 51, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0'),
  324. (551, 51, '_recorded_sales', 'yes'),
  325. (552, 51, '_recorded_coupon_usage_counts', 'yes'),
  326. (553, 51, '_edit_lock', '1367022078:1'),
  327. (554, 51, '_edit_last', '1'),
  328. (555, 51, 'Download Permissions Granted', '1'),
  329. (556, 52, '_billing_country', 'GB'),
  330. (557, 52, '_billing_first_name', 'Joe'),
  331. (558, 52, '_billing_last_name', 'Bloggs'),
  332. (559, 52, '_billing_company', ''),
  333. (560, 52, '_billing_address_1', '20 Street Name'),
  334. (561, 52, '_billing_address_2', ''),
  335. (562, 52, '_billing_city', 'Manchester'),
  336. (563, 52, '_billing_state', 'Lancashire'),
  337. (564, 52, '_billing_postcode', 'MM1 1MM'),
  338. (565, 52, '_billing_email', '[email protected]'),
  339. (566, 52, '_billing_phone', '02365478962'),
  340. (567, 52, '_shipping_country', 'GB'),
  341. (568, 52, '_shipping_first_name', 'Joe'),
  342. (569, 52, '_shipping_last_name', 'Bloggs'),
  343. (570, 52, '_shipping_company', ''),
  344. (571, 52, '_shipping_address_1', '20 Street Name'),
  345. (572, 52, '_shipping_address_2', ''),
  346. (573, 52, '_shipping_city', 'Manchester'),
  347. (574, 52, '_shipping_state', 'Lancashire'),
  348. (575, 52, '_shipping_postcode', 'MM1 1MM'),
  349. (576, 52, '_shipping_method', 'free_shipping'),
  350. (577, 52, '_shipping_method_title', 'Free Shipping'),
  351. (578, 52, '_payment_method', 'cheque'),
  352. (579, 52, '_payment_method_title', 'Cheque Payment'),
  353. (580, 52, '_order_shipping', '0.00'),
  354. (581, 52, '_order_discount', '0.00'),
  355. (582, 52, '_cart_discount', '0.00'),
  356. (583, 52, '_order_tax', '20'),
  357. (584, 52, '_order_shipping_tax', '0'),
  358. (585, 52, '_order_total', '120.00'),
  359. (586, 52, '_order_key', 'order_517b21263f2b3'),
  360. (587, 52, '_customer_user', '1'),
  361. (588, 52, '_order_currency', 'GBP'),
  362. (589, 52, '_prices_include_tax', 'no'),
  363. (590, 52, '_customer_ip_address', '::1'),
  364. (591, 52, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0'),
  365. (544, 51, '_order_total', '544.00'),
  366. (543, 51, '_order_shipping_tax', '0'),
  367. (542, 51, '_order_tax', '0'),
  368. (541, 51, '_cart_discount', '0.00'),
  369. (540, 51, '_order_discount', '0.00'),
  370. (539, 51, '_order_shipping', '0.00'),
  371. (538, 51, '_payment_method_title', 'Cheque Payment'),
  372. (537, 51, '_payment_method', 'cheque'),
  373. (536, 51, '_shipping_method_title', 'Free Shipping'),
  374. (535, 51, '_shipping_method', 'free_shipping'),
  375. (534, 51, '_shipping_postcode', 'MM1 1MM'),
  376. (533, 51, '_shipping_state', 'Lancashire'),
  377. (532, 51, '_shipping_city', 'Manchester'),
  378. (531, 51, '_shipping_address_2', ''),
  379. (530, 51, '_shipping_address_1', '20 Street Name'),
  380. (529, 51, '_shipping_company', ''),
  381. (528, 51, '_shipping_last_name', 'Bloggs'),
  382. (527, 51, '_shipping_first_name', 'Joe'),
  383. (526, 51, '_shipping_country', 'GB'),
  384. (525, 51, '_billing_phone', '02365478962'),
  385. (524, 51, '_billing_email', '[email protected]'),
  386. (523, 51, '_billing_postcode', 'MM1 1MM'),
  387. (522, 51, '_billing_state', 'Lancashire'),
  388. (521, 51, '_billing_city', 'Manchester'),
  389. (520, 51, '_billing_address_2', ''),
  390. (519, 51, '_billing_address_1', '20 Street Name'),
  391. (518, 51, '_billing_company', ''),
  392. (517, 51, '_billing_last_name', 'Bloggs'),
  393. (516, 51, '_billing_first_name', 'Joe'),
  394. (515, 51, '_billing_country', 'GB'),
  395. (514, 50, 'Download Permissions Granted', '1'),
  396. (513, 50, '_edit_last', '1'),
  397. (512, 50, '_edit_lock', '1367092366:1'),
  398. (511, 50, '_recorded_coupon_usage_counts', 'yes'),
  399. (510, 50, '_recorded_sales', 'yes'),
  400. (509, 50, '_customer_user_agent', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0'),
  401. (508, 50, '_customer_ip_address', '::1'),
  402. (507, 50, '_prices_include_tax', 'no'),
  403. (506, 50, '_order_currency', 'GBP'),
  404. (505, 50, '_customer_user', '1'),
  405. (504, 50, '_order_key', 'order_517b0ec5645b9'),
  406. (503, 50, '_order_total', '482.93'),
  407. (502, 50, '_order_shipping_tax', '0'),
  408. (501, 50, '_order_tax', '71.93'),
  409. (500, 50, '_cart_discount', '0.00'),
  410. (499, 50, '_order_discount', '0.00'),
  411. (498, 50, '_order_shipping', '0.00'),
  412. (497, 50, '_payment_method_title', 'Cheque Payment'),
  413. (496, 50, '_payment_method', 'cheque'),
  414. (495, 50, '_shipping_method_title', 'Free Shipping'),
  415. (494, 50, '_shipping_method', 'free_shipping'),
  416. (493, 50, '_shipping_postcode', 'MM1 1MM'),
  417. (492, 50, '_shipping_state', 'Lancashire'),
  418. (490, 50, '_shipping_address_2', ''),
  419. (491, 50, '_shipping_city', 'Manchester'),
  420. (474, 50, '_billing_country', 'GB'),
  421. (475, 50, '_billing_first_name', 'Joe'),
  422. (476, 50, '_billing_last_name', 'Bloggs'),
  423. (477, 50, '_billing_company', ''),
  424. (478, 50, '_billing_address_1', '20 Street Name'),
  425. (479, 50, '_billing_address_2', ''),
  426. (480, 50, '_billing_city', 'Manchester'),
  427. (481, 50, '_billing_state', 'Lancashire'),
  428. (482, 50, '_billing_postcode', 'MM1 1MM'),
  429. (483, 50, '_billing_email', '[email protected]'),
  430. (484, 50, '_billing_phone', '02365478962'),
  431. (485, 50, '_shipping_country', 'GB'),
  432. (486, 50, '_shipping_first_name', 'Joe'),
  433. (487, 50, '_shipping_last_name', 'Bloggs'),
  434. (488, 50, '_shipping_company', ''),
  435. (489, 50, '_shipping_address_1', '20 Street Name');
  436.  
  437. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  438. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  439. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement