Managing Sites
Database Ownership
How Cito tracks MySQL database ownership and handles orphaned databases
In Cito all databases are owned (i.e. associated with) a site. This makes it easy to track what databases belong to a site.
We call this concept “Database ownership” - all MySQL databases will be owned by a site & system user. This simplifies database management, particularly in cases where DB names are unclear or automatically generated.
We recommend you avoid creating databases in PHPMyAdmin as these will not have any owner (or credentials) associated with them.
