There is no information in the panel about database capacity usage. Configuration: multisetup installation ISPConfig 3.2.11 - update from version 3.1.15p1 - server1 with ISPConfig panel (configuration database on SQL server number 2) - server2 with an ISPConfig instance (configuration database, clients, pages, etc. are on SQL server number 2 and the configuration is in the config.inc.php file) the instance has the privileges of an administrative account on SQL server number 1 and access data to SQL server number 1, which are in the mysql_clientdb.conf file the ISPConfig server correctly creates users and databases on SQL server number 1 but does not get usage per database from it. I ran the cron script in debug mode and got the following information: As I wrote earlier, databases and users are created correctly.
The problem concerns server number 2, where we have settings for two SQL servers in the config.inc.php file - ISPConfig and mysql_clientdb.conf settings, which contain client settings with root privileges to create databases and users. The basic configuration of ISPConfig is based on one MySQL server with a database for ISPConfig and customer databases. In my configuration, we have a separate MySQL server with only the ISPConfig database and an ISPConfig server instance as a MySQL server for clients. Thanks to this, we have separated SQL servers with ISPConfig configuration from clients.