
I'm looking for a tool(s) to open my SQL backups (for example: localhost.sql, the default name for the backup of my whole, live SQL database). Once 'open' I'd like to be able to export tables to .sql (or other) for importing back to the live database at a later stage. I'm looking for an 'offline' tool like phpmyadmin, so I can query, view and edit sql backups.
I have a feeling I don't know what I'm asking, but that's cool. Ideally, I would open localhost.sql in a text editor and cut and paste the bits I needed, but the damn SQL files won't open in gedit!

Many thanks.