Mysql default databases on install
Snippet
Instead of being asleep at 12:48 on 7 June 2015, kitt created 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