@Josh Welcome to the Microsoft Q&A platform, thanks for posting the question. Can you try checking the show proceslist and try to identify what is running? You can refer to this document. Regards Geetha
Newly Created Azure Database for MySQL Flexible Server has 18+ connections and 30+ queries
I have just created an Azure Database for MySQL Flexible Server which is set to Private VNET access and I haven't connected any apps to it. Yet Azure Monitor shows constantly 18+ connections and 30+ queries, and CPU is 90%+.
Is this normal? I have tried setting up logging but when i try querying the logs using this query:
"AzureDiagnostics | where Category == 'MySqlAuditLogs' | order by TimeGenerated desc | project TimeGenerated, event_class_s, event_subclass_s, user_s, external_user_s, connection_id_d, thread_id_d, event_time_t, sql_text_s, db_s, table_s, error_code_d" but i get an error with the "event_class_s, event_subclass_s, user_s, external_user_s, connection_id_d, thread_id_d, event_time_t, sql_text_s, db_s, table_s, error_code_d" part "'project' operator: Failed to resolve scalar expression named ..." it works if i remove those but obviously doesn't give me any useful details.
Would appreciate any help with this, makes me paranoid someone is connecting to my server but don't see how this is possible, and i have seen other threads with same issue but no resolution ( https://learn.microsoft.com/en-us/answers/questions/513762/unreasonable-ammount-of-queries-and-connections-to, https://learn.microsoft.com/en-us/answers/questions/939895/why-does-my-azure-mysql-flexible-server-have-const?orderby=newest)
Thanks for any help.
Azure Database for MySQL
-
GeethaThatipatri-MSFT 29,542 Reputation points Microsoft Employee Moderator
2023-04-04T19:27:39.78+00:00