What is general log in mysql?



What is general log in mysql?..

Answer / Nimmi Gupta

The General Query Log is a logging feature in MySQL that records every SQL query executed by the server, regardless of whether it succeeds or fails. It helps in monitoring and auditing database activities.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How we can get the current date in mysql?

1 Answers  


How can I change database in mysql?

1 Answers  


Is mysql free for enterprise?

1 Answers  


how do i list constraints in my database by using sql server2000?

1 Answers  


Can foreign key have duplicate values?

1 Answers  


How to find out the second largest element from mysql table

15 Answers  


What is the purpose of using timestamp data type?

1 Answers  


What are the steps required to view your mysql database?

1 Answers  


Can you tell what are various ways to create an index?

1 Answers  


What are all the Common SQL Function?

1 Answers  


What is the difference between is null & is not null?

1 Answers  


what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba

1 Answers  


Categories