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
       add custom_id varchar(36) null

```

------------

I am seeing the below log in the binary mysql log;

/* ApplicationName=DataGrip 2019.2.5 */ alter table myschema.mytable
       add custom_id varchar(36) null’

 

-----------

But I want to see only the query. Is there any way to disable/remove custom comments?

 

Regards.

 

 

0
2 comments

Go to MySQL Driver Options and disable `Send application info`

0

Please sign in to leave a comment.