Quick way to change the schema name in all mysql dump files in a directory using Powershell. Or you could just use it to change a string in files of particular type in a directory
Here’s how I changed the default character set from latin1 to utf8. May not want to use if different columns use different character sets.