fr3nd.net fr3nd.net

  • rss
  • home
  • fotos
  • invaders
  • projects
  • quien soy

splitdump

Description

Split Dump splits any MySQL dump file into several files (one per table).

It’s useful if you use mysqldump to backup your databases in one dump file and you only need to restore a specified database or table.

Download

  • splitdump 0.5

Requeriments

  • Python 2.4

Usage

Simplest usage (will save a file for each table):

splitdump.py -f dump.sql

Using stdin instead of passing the file as parameter:

cat dump.sql | splitdump.py

Using directly mysqldump output and compressing the output:

mysqldump --all-databases | splitdump.py -g

Storing only “mysql” database

cat dump.sql | splitdump.py -I mysql

Excluding “mysql” database

cat dump.sql | splitdump.py -E mysql

Storing only “users” table in “mysql” database:

cat dump.sql | splitdump.py -I mysql -I users

Changelog

  • 0.5
  • 0.4
    • First version

License

mysqlpdump uses GNU/GPL License.

Comments rss
Comments rss

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Randompic

Black_smoke
06-05-2010 a las 00:00

Ver todos

Songs

January 2012

  • Metronomy - Corinne

December 2011

  • Skrillex - Syndicate

All Songs

Proyectos

  • Learn Japanese
  • DS Go 2
  • Clearlooks-NeXT
  • apache-top
  • Third Age
  • ssshell
  • mysqlpdump
  • pyproctools
  • splitdump
  • Don Simon
  • Nis Gaim Theme
  • Gaim Popupwin

Comentarios

Comentarios recientes:
  • fr3nd: On està?

  • Invader: Hi ha un fantasma de super mario per gracia tambe!

  • fr3nd: Cool. Nice update! :)

  • Mark: Loved the apache-top python script. I have modified the script so that it is better responsive, and I added the...

  • Yami: Igualment, bones festes ;D

Categorias

  • abc música! (12)
  • Art (9)
  • Dublin (7)
  • fr3nd.net (8)
  • friki (14)
  • gadgets (8)
  • General (65)
  • Informática (14)
  • Informática Retro (5)
  • Internet (17)
  • Irlanda (2)
  • Japan (19)
  • Libros (5)
  • Linux (9)
  • Música (15)
  • Personal (42)
  • pixel (15)
  • Projects (6)
  • space-invaders (30)
  • thoughts (10)
  • travel (6)
  • Viaje a Japón (10)
  • work (3)
  • ZonaDance (3)

Links

  • friends

    • Adria Garcia
    • ag0ny
    • eunice popcorn
    • fr3nd’s home
    • if i shrink will I shrink?
    • Mundodisea
    • Ojete Cable
    • Sushi’s web
    • t4bLeT
    • tetrins.com
    • uRi
    • [aMc]
  • Web presence

    • delicious
    • Facebook
    • flickr
    • JapanDict Japanese dictionary
    • last.fm
    • Learn Japanese (Twitter)
    • LinkedIn
    • twitter
    • Visited Countries
    • YouTube
  • Archivos

    • December 2011 (1)
    • November 2011 (1)
    • October 2011 (2)
    • September 2011 (1)
    • August 2011 (2)
    • June 2011 (1)
    • December 2010 (1)
    • November 2010 (1)
    • October 2010 (1)
    • September 2010 (1)
    • July 2010 (1)
    • June 2010 (1)

    Ver todos los archivos

    Search


    Creative Commons License

    :wq