What does the information_schema database represent?
        Posted  
        
            by Mirage
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mirage
        
        
        
        Published on 2010-06-16T01:49:53Z
        Indexed on 
            2010/06/16
            2:02 UTC
        
        
        Read the original article
        Hit count: 251
        
information-schema
|mysql5
I have one database in mysql.
But when i log into phpMyAdmin , it shows another database called information_schema.
Is that database always present with one database?
I mean to say is there a copy of information_schema for every database present in mysql or is there one database called inforemation_schema per mysql server?
If i modify this information_schema database how will that affect my current database?
© Stack Overflow or respective owner