Archive for the ‘techinical’ Category

MyDumpSplitter-Extract tables from Mysql dump-shell script

Февраль 11th, 2010
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:
  1. How to echo colored text in linux shell script
  2. Oracle query-eliminate duplicate but one using rowid
  3. Search through all databases, tables, columns in mysql

PlanetMySQL Voting: Vote UP / Vote DOWN

MyDumpSplitter-Extract tables from Mysql dump-shell script

Февраль 11th, 2010
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:
  1. How to echo colored text in linux shell script
  2. Oracle query-eliminate duplicate but one using rowid
  3. Search through all databases, tables, columns in mysql

PlanetMySQL Voting: Vote UP / Vote DOWN