Mysql default databases on install
Snippet
kitt decided around 12:48 on 7 June 2015 to publish this:
As near as I can tell, these are the databases that are created by default on mysql installation.
mysql> show databases; +---------------------+ | Database | +---------------------+ | information_schema | | mysql | | performance_schema | | test | +---------------------+ 8 rows in set (0.00 sec)
Add new comment