Your Ad Here

Posted By

Jamie on 07/12/11


Tagged

table conditions


Versions (?)

MySQl Dump with table name and conditions


 / Published in: Bash
 

  1. mysqldump -umyusername -pmypassword database_name table_name -w"created_at>'2011-06-01 00:00:00'" > filename.sql

Report this snippet  

You need to login to post a comment.