A lot of articles have been written on splitting mysqldump and grab required tables.
Long back when Shlomi had suggested a “sed” way, I actually shell scripted it, and now publishing.
This shell script will be grabbing the tables you want and pass it to splitted.sql
It’s capable to understand regular expressions as I’ve added sed -r option.
Also [...]
Related posts:
- How to echo colored text in linux shell script
- Oracle query-eliminate duplicate but one using rowid
- Search through all databases, tables, columns in mysql
PlanetMySQL Voting:
Vote UP /
Vote DOWN