Is there any DataGrip Config to disable/remove the custom DataGrip comments from the sql server logs after executing query?
Completed
Hi All,
I am using datagrip to connect mysql server. My problem is;
When I executed the below sql from datagrip;
```
alter table myschema.mytable
```
------------
I am seeing the below log in the binary mysql log;
/* ApplicationName=DataGrip 2019.2.5 */ alter table myschema.mytable
-----------
But I want to see only the query. Is there any way to disable/remove custom comments?
Regards.
Please sign in to leave a comment.
Duplicate: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000139144-Azure-Security-alert-on-Datagrip
You can mark this issue as `completed`.
Go to MySQL Driver Options and disable `Send application info`