Wordpress discussion forum
Wordpress discussion forum
051223 - WotD: resumption
050612 - WotD: brio
050611 - WotD: semiotics
MySQL: dumping data from a single tableTo dump data from a single table, use the --tables option. Otherwise, mysqldump may interpret the table name as a database name
mysqldump -p -T mySubdir --tables myDB myTable
