Hi, I raised the log level to "warning" on most of my servers, and started getting the following warning on most of them: DB::query(SELECT * FROM sys_ini WHERE sysini_id = 1) -> mysqli_query SELECT command denied to user 'ispcsrvX'@'f.q.d.n' for table 'sys_ini' where f.q.d.n. is another server in the ispconfig multiserver setup. Typically I get this error on a slave server trying to query it's master. OTOH, I don't see functionality problems. The slave server will replicate the master data properly. Is this a known bug or a quirk in my setup? I could easily grant permissions to the user to do queries from a slave to a master, but shall I do so?