Dump

norbiq

Professional
Messages
225
Reaction score
19
Points
18
Имеется dump формата .sql вот такого вида:

Code:
REPLACE INTO `cart` (`id`, `prod_id`, `prod_code`, `prod_name`, `qty`, `price`, `session_id`, `image`, `description`, `limage`, `mimage`, `origin`, `tribe`, `reference`, `height`, `width`) VALUES 
	('1', '32', '', 'Ebo ancestral statue', '1', '4500.00', '54dbe4fae5a4f8ab5bcf91e75c7cb0d2', 'Ebo statue 1.jpg', 'Outstandinly old Ebo statue.Premitively carved.An private collection', '', 'Ebo statue 3.jpg', 'Nigeria', '', '', '36', '')
	,('2', '11', '0007', 'Baule ancestral male side', '1', '1200.00', '5b48874316a3c327f7700ea7e44bf4aa', 'Baule ancestral male side.JPG', 'testing', '', '', 'Ivory Coast', '', '', '- -', '')
	,('3', '40', '', 'Baule fetish stool', '1', '3500.00', '6ad224d213d94b744ebf73f5a18675cf', 'Baule   fetish stool.JPG', 'Superb fetish stool with traces of ceremonial activities', '', '', 'Ivory Coast', '', '', '24\"', '')
	,('4', '39', 'first class', 'Senufo statue', '1', '15000.00', 'a23b23109626037a71b0fc93e717c83b', 'Senufo pregnent figure side.JPG', 'A superbcarving done by  an   early tribal carver', '', '', 'Ivory coast/ Mali', '', '', '37\"', '')
	,('5', '38', '', 'Maconde    mask', '1', '1750.00', 'd10d09c7bd125d9273592bf5332a239a', 'makonde mask.JPG', '', '', '', '', '', '', '', '')
	,('6', '41', '001', 'Senufo Fire spitter', '1', '2200.00', '31118a615b7f1e4c5f42d3cbfabdc813', 'Sunufou Fire Spitter. Ivory Coast (2).JPG', 'test', '', '', 'Ivory Coast', 'test', 'Joe Smith 1956-1970,\r\nPeter Pan  1986-1992', '- -', '- -')
	,('7', '10', '0006', 'Baule ancestral male front', '1', '1200.00', '7e1b22d84168c97f7ce25ba11f532b25', 'Baule ancestral male front.JPG', 'testing', '', '', 'Ivory Coast', '', '', '20', '')

Слил с шопа, вес 3,93 мб.
  1. Как очистить от мусора такую махину?
  2. Нужен ли он кому?
  3. И какая именно информация в нем лежит?
 
Top