Is there a way to dump only specific tables starting with a certain character? 

 

For example, I only want to dump tables starting with the character 'z'. 

The following doesn't work. 

mysqldump -u(user) -p (db-name) z* > (filename)

 

Do I have to use regular expression here? 

 

Please help & thanks in advance. 

_________________________________________________________________
MSN 메신저의 차세대 버전, Windows Live Messenger!
http://windowslive.msn.co.kr/wlm/messenger/

Reply via email to