D
D
DTX2017-01-05 23:53:38
MySQL
DTX, 2017-01-05 23:53:38

Is it possible to see what queries go through the database?

How to see what queries are sent to the database?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2017-01-05
@DirecTwiX

SET GLOBAL general_log = 'ON';
SET GLOBAL general_log_file = 'C:\\log\\mysql.log';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question