create dump file from database in mysql
        Posted  
        
            by chetan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by chetan
        
        
        
        Published on 2010-03-29T11:30:07Z
        Indexed on 
            2010/03/29
            11:33 UTC
        
        
        Read the original article
        Hit count: 648
        
following is the that I create dump from mysql database.
mysql -u root tempbkk > ttt.dump
but I want to create a dump that exclude one or more file while creating dump from database we select.What is the command for that ?
© Stack Overflow or respective owner