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
Delete the cdcol database; it is just a sample. For the other tables you mentioned, hide them from view by adding the following to config.inc.php.
$cfg['Servers'][$i]['hide_db']='^(information_schema|performance_schema|mysql|phpmyadmin|test|webauth)$';