A very simple way to extract email addresses from an arbitrary file like a mysql file or another binary file, you can use the two commands strings and grep : Example : This command will parse all your mysql files and extract them without database connexion, : I have also tested with success this method …