MySQL Tools & Co. are very nice and smart toys, 'though sometimes DB Admins like to overcomplicate things that should be easy and simple. Over time and experience, I developed a specific taste for the following mysqldump options: mysqldump -u root -p - -add-drop-databases - -add-drop-table - -databases DB_NAME > filename.sql Beware of the dreaded… Read More