Dump all mysql DBs« an older post
a newer one »bash notes

Mysql default databases on install

Snippet

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

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.