I have same question. Also Toad for MySQL creates whole procedure for every record, when PHPMyAdmin backup we have only: INSERT INTO `mbccop_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES (1, ' http://www.cancer.org', 'cancer.org - American Cancer Society', '', '_blank', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), ..... So with PHPMyAdmin you have much smaller file.
↧