How can I tell when a MySQL database was created?
Some times we want to know the date when a database was created for some reasons. To get the creation date of MySQL table we use the information_schemainformation_schemaIn relational databases, the information schema (information_schema) is an ANSI-standard set of read-only views that provide information about all of the tables, views, columns, and procedures in a database.https://en.wikipedia.org › wiki › Information_schemaInformation …