Ok this is more of a \'Keeping my house in order\' question.
PHPmyAdmin is installed but it has a bunch of databases installed as default.
•cdcol (1) •infor
Not all of those listed databases are phpMyAdmin
related. Some are required for MySQL to operate normally.
performance_schema
http://dev.mysql.com/doc/refman/5.5/en/performance-schema.htmlinformation_schema
http://dev.mysql.com/doc/refman/5.5/en/information-schema.htmltest
http://dev.mysql.com/doc/refman/5.0/en/database-use.htmlmysql
http://dev.mysql.com/doc/refman/5.5/en//adding-users.htmlcdcol
Probably is for the cd collection sample database that comes with XAMPP
. webauth
is probably part of XAMPP
as well.
The only phpMyAdmin
related database (as you probably already guessed) is phpmyadmin
, you can delete it, but letting it be there would improve performance, and add more functionality to the phpMyAdmin
.