MySQL query logging

On business hosting plans is available a new feature — MySQL query logging.
The General Query Log records all connections and received SQL queries to all databases of the hosting account. This log can be useful in the process of debugging site scripts and optimizing interaction with databases, when you need to know which queries were sent to MySQL-server (for example, when generating dynamic SQL queries).
Manage and view the General Query Log and Performance Schema is performed in a new section "MySQL performance".
Collecting and saving logs consumes disk space of your hosting account and reduces MySQL performance, so logging is disabled by default. It is recommended to enable logging only when necessary and disable it immediately after obtaining the necessary data.
More information about MySQL performance logging can be found in our wiki.