Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

logging mysql to mysql table on windows

set global log_output='TABLE';

set global long_query_time=0;

set global slow_query_log=ON;


and I did select * commands
insert commands

select start_time, sql_text from mysql.slow_log

the columns exist, but there is no data
ASKER CERTIFIED SOLUTION
Avatar of johanntagle
johanntagle
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

worked thanks

and now it is gone

I think I deleted all my databases on localhost

https://www.experts-exchange.com/questions/28031150/I-think-I-deleted-my-databases-in-wamp.html