try something like:

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


2009/4/19 ChoiSaehoon <saeho...@hotmail.com>

>
> 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/
>



-- 
Jim Lyons
Web developer / Database administrator
http://www.weblyons.com

Reply via email to