in reply to Re^2: mysql remote server query
in thread mysql remote server query

Indeed it does and you can even add a WHERE condition so you have some control over which rows get dumped, but it always dumps all fields in your table. Also you cannot join tables or databases in your query when using mysqldump.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James