How to mysqldump specific tables? September 27, 2016 0 Comments By కృష్ణ బాబు This solution is from stackexchange.com- http://dba.stackexchange.com/questions/9306/how-do-you-mysqldump-specific-tables DBTODUMP=mydb SQL="SET group_concat_max_len = 10240;" SQL="${SQL} SELECT...