Sometimes you may come across a database that contains a period in the name. This will cause you problems when trying to move the customers site to another server. This database will not be removable from within cPanel itself. to remove it, do the following:
Example database name (mydatabase.out)
Example Customer cPanel username (mycustomer)
- SSH to the server
cd ~mysql
ORcd /var/lib/mysql
rm -f mydatabase.out
vi /var/cpanel/databases/mycustomer.yaml
- remove any entry relating to mydatabase.out from this file
- save the file
This database should no longer show up in the cpanel, or cause you any issues when trying to move the site to a new server.