Phpmyadmin – Extract parts from sql sentences with pyhton script
I have a .sql file with CREATE TABLE AND INSERTS TABLE sentences in it. Example: INSERT INTO `examle` (`myid`, `title`, `value`, `usefull`, `picture`, `short_description`, `description`, `wikipedia`, `category`, `date`) VALUES (1, 'Cat', '3,45', 'No', 'cat.jpg', 'A very useless domestic cat.', 'The…