Hello all, this is primarily so I don't forget how to do this in the future. I needed to get a dump of a single table out of a remote database. This is the mysqldump command to pull that off:
mysqldump -p --user user databaseName tableName > out.sqlHello all, this is primarily so I don't forget how to do this in the future. I needed to get a dump of a single table out of a remote database. This is the mysqldump command to pull that off:
mysqldump -p --user user databaseName tableName > out.sql
Recent comments
37 weeks 1 day ago
37 weeks 6 days ago
41 weeks 2 days ago
41 weeks 2 days ago
1 year 5 weeks ago
1 year 13 weeks ago
1 year 20 weeks ago
1 year 24 weeks ago
1 year 32 weeks ago
1 year 32 weeks ago