Hi;
I need to take a mysqldump of only a certain number of tables from my database.The problem is that i have about 300 tables and i need only dump of about 50 tables that begin with for eg. CUST_
Is there a method by which i can get the dump by using mysqldump and not specifying all the 50 tables exclusively??