Extract Single Table From mysqldump File
// August 4th, 2010 // No Comments » // Code, Featured
I wanted to restore a mysql table from a mysqldump file to another server, but I wanted to extract the information about this table only. One of the ways this can be accomplished is by using awk. This is the command I ran: (more…)

