Jump to content

MySQL Query Log


shah_ankitb

Recommended Posts

I'm using Mysql 5.1.37. when i'm running this query i'm unable to see all previous query which are executedSELECT * FROM mysql.general_log g LIMIT 0,1000 If u look at in to the MySQL Query Browser GUI. They are providing history feature i want same thing for command line query

Link to comment
Share on other sites

no. it's not because of that. although i'm running 'SELECT * FROM mysql.general_log g". it's not showing my previously executed query logs.If u look at in to the MySQL Query Browser GUI. They are providing history feature i want same thing for command line query

Link to comment
Share on other sites

although i'm running 'SELECT * FROM mysql.general_log g". it's not showing my previously executed query logs.
Are you sure that MySQL is configured to store its logs in a table called mysql.general_log?
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...