How I can change prefixes in all tables in my MySQL DB?
        Posted  
        
            by SkyFox
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SkyFox
        
        
        
        Published on 2010-03-17T21:39:08Z
        Indexed on 
            2010/03/17
            21:51 UTC
        
        
        Read the original article
        Hit count: 229
        
My provider installed to my site Drupal CMS. Now I need copy all my data from old site. I have tables without prefixes in my old DB, but in new DB all tables have "dp_[table_name]" prefix.
© Stack Overflow or respective owner