Good tool to visualise database schema?
        Posted  
        
            by Mat
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mat
        
        
        
        Published on 2009-01-11T15:15:16Z
        Indexed on 
            2010/06/02
            16:24 UTC
        
        
        Read the original article
        Hit count: 336
        
Are there any good tools for visualising a pre-existing database schema? I'm using MySQL if it matters.
I'm currently using MySQL Workbench to process an SQL create script dump, but it's clunky, slow and a manual process to drag all the tables about (which would be okay if it wasn't so slow).
© Stack Overflow or respective owner