check-mysql-database

Checks if a MySQL database exists or not on any provisioining system.

The only required flag is --database followed by the database name to check. It will output a line containing host= followed by a MySQL server hostname if the DB exists.

Example usage

  cloudmin check-mysql-database --database boobies
  OK: clash=1 host=lentor.home

Command Line Help

cloudmin check-mysql-database --database name